소스 검색

表格样式修改

jbb 2 년 전
부모
커밋
e8e69f3d41
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/reportForms/cost-allocation-table/tabs.vue

+ 1 - 1
src/views/reportForms/cost-allocation-table/tabs.vue

@@ -247,7 +247,7 @@ export default {
         {
           title: '转入数量',
           dataIndex: 'ingredientsTransferQuantity',
-          // width: 130,
+          width: 150,
           className: 'replacecolor',
           customCell: this.ingInQuaCustomCell,
           scopedSlots: { customRender: 'ingInQuaSlot' }