Browse Source

库存显示展示

XMLWAN 2 years ago
parent
commit
0e4b0b9eb2

+ 4 - 3
src/xt_pages/workforce/components/editTableData.vue View File

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

+ 8 - 4
src/xt_pages/workforce/components/tableData.vue View File

173
         </el-table-column>
173
         </el-table-column>
174
       </el-table>
174
       </el-table>
175
     </el-dialog>
175
     </el-dialog>
176
-
176
+   <div class="tableClass">
177
     <el-table
177
     <el-table
178
       :row-style="{ color: '#303133' }"
178
       :row-style="{ color: '#303133' }"
179
       :header-cell-style="{
179
       :header-cell-style="{
437
 <!--        fixed="right"-->
437
 <!--        fixed="right"-->
438
 <!--      ></el-table-column>-->
438
 <!--      ></el-table-column>-->
439
     </el-table>
439
     </el-table>
440
-
440
+ </div>
441
     <el-dialog
441
     <el-dialog
442
       title="排班"
442
       title="排班"
443
       :visible.sync="dialogTableVisible"
443
       :visible.sync="dialogTableVisible"
3206
     background-color: #409eff !important;
3206
     background-color: #409eff !important;
3207
     color: #fff;
3207
     color: #fff;
3208
   }
3208
   }
3209
+
3209
 }
3210
 }
3210
 .backPurple{
3211
 .backPurple{
3211
   color: #08c3df !important;
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
 </style>
3220
 </style>