Browse Source

付款管理-列表样式调整

ZhangWenQiang 5 năm trước cách đây
mục cha
commit
448842723e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/hlgpayment/HlgPaymentList.vue

+ 2 - 2
src/views/hlgpayment/HlgPaymentList.vue

@@ -57,7 +57,7 @@
           :dataSource="dataSource"
           :pagination="ipagination"
           :loading="loading"
-          :scroll="{ x: 2200 }"
+          :scroll="{ x: 2300 }"
           @change="handleTableChange">
 
           <span slot="paymentCode" slot-scope="text,record">
@@ -137,7 +137,7 @@
           {
             title: '付款企业',
             align: 'left',
-            width: 200,
+            width: 300,
             dataIndex: 'companyName'
           },
           {