Browse Source

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

jbb 1 year ago
parent
commit
3c47d18377
1 changed files with 2 additions and 2 deletions
  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>