ソースを参照

供应商产能报表-列表显示

jbb 1 年間 前
コミット
3c47d18377
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/views/reportForms/supply-capacity-table.vue

+ 2 - 2
src/views/reportForms/supply-capacity-table.vue

@@ -153,7 +153,7 @@ export default {
         },
         {
           title: '订单号',
-          width: 95,
+          width: 100,
           align: 'left',
           dataIndex: 'csrccode',
           className: 'replacecolor',
@@ -437,7 +437,7 @@ export default {
   padding: 0;
 }
 /deep/ .ant-table-bordered .ant-table-tbody>tr>td, .ant-table-bordered .ant-table-thead>tr>th{
-  white-space: nowrap;
+  // white-space: nowrap;
   word-break: break-all;
 }
 </style>