소스 검색

供应商产能报表-换行问题

jbb 2 년 전
부모
커밋
5026bb0239
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/reportForms/supply-capacity-table.vue

+ 3 - 0
src/views/reportForms/supply-capacity-table.vue

@@ -434,4 +434,7 @@ export default {
   border: none;
   padding: 0;
 }
+/deep/ .ant-table-bordered .ant-table-tbody>tr>td, .ant-table-bordered .ant-table-thead>tr>th{
+  white-space: nowrap;
+}
 </style>