Parcourir la source

库存显示展示

XMLWAN il y a 2 ans
Parent
révision
0e4b0b9eb2

+ 4 - 3
src/xt_pages/workforce/components/editTableData.vue Voir le fichier

@@ -5527,6 +5527,9 @@ export default {
5527 5527
 }
5528 5528
 .right_contain {
5529 5529
   width: 84%;
5530
+  .el-table .cell{
5531
+  white-space: pre-wrap;
5532
+ }
5530 5533
 }
5531 5534
 .select_list {
5532 5535
   text-align: right;
@@ -5646,9 +5649,7 @@ export default {
5646 5649
 }
5647 5650
 }
5648 5651
 
5649
-.el-table .cell{
5650
-  white-space: pre-wrap;
5651
-}
5652
+
5652 5653
 </style>
5653 5654
 
5654 5655
 <style scoped>

+ 8 - 4
src/xt_pages/workforce/components/tableData.vue Voir le fichier

@@ -173,7 +173,7 @@
173 173
         </el-table-column>
174 174
       </el-table>
175 175
     </el-dialog>
176
-
176
+   <div class="tableClass">
177 177
     <el-table
178 178
       :row-style="{ color: '#303133' }"
179 179
       :header-cell-style="{
@@ -437,7 +437,7 @@
437 437
 <!--        fixed="right"-->
438 438
 <!--      ></el-table-column>-->
439 439
     </el-table>
440
-
440
+ </div>
441 441
     <el-dialog
442 442
       title="排班"
443 443
       :visible.sync="dialogTableVisible"
@@ -3206,11 +3206,15 @@ export default {
3206 3206
     background-color: #409eff !important;
3207 3207
     color: #fff;
3208 3208
   }
3209
+
3209 3210
 }
3210 3211
 .backPurple{
3211 3212
   color: #08c3df !important;
3212 3213
 }
3213
-.el-table .cell{
3214
-  white-space: pre-wrap;
3214
+
3215
+.tableClass{
3216
+  .el-table .cell{
3217
+   white-space: pre-wrap;
3218
+ }
3215 3219
 }
3216 3220
 </style>