ltao 3 жил өмнө
parent
commit
4c2bb21b98

+ 3 - 1
src/views/militaryvehicleManagement/thebusApply/index.vue

@@ -268,6 +268,7 @@
         align="center"
         class-name="small-padding fixed-width"
         width="220"
+        class="shenpis"
       >
         <template slot-scope="scope">
           <div
@@ -1599,12 +1600,13 @@ export default {
   color: #bdbdbd4f !important;
 }
 /* 审批按钮样式 */
-::v-deep .cell {
+::v-deep .el-table_1_column_18 .cell {
   display: flex !important;
   margin-top: 10px;
 }
 .box {
   background-color: #ffba00 !important;
 }
+
 </style>