Sfoglia il codice sorgente

列表页面样式调整

ZhangWenQiang 5 anni fa
parent
commit
54810df5eb

+ 2 - 2
src/views/ordermanager/HwOrderList.vue

@@ -85,7 +85,7 @@
         :dataSource="dataSource"
         :pagination="ipagination"
         :loading="loading"
-        :scroll="{ x: 1880}"
+        :scroll="{ x: 1980}"
         :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange,getCheckboxProps:getCheckboxProps}"
         @change="handleTableChange">
 
@@ -179,7 +179,7 @@
           {
             title: '发布人',
             align: 'left',
-            width: 200,
+            width: 300,
             dataIndex: 'username'
           },
           {

+ 2 - 2
src/views/requiremanager/HwRequirementList.vue

@@ -130,7 +130,7 @@
           :dataSource="dataSource"
           :pagination="ipagination"
           :loading="loading"
-          :scroll="{ x: 1900}"
+          :scroll="{ x: 1980}"
           @change="handleTableChange">
 
         <span slot="action1" slot-scope="text, record">
@@ -322,7 +322,7 @@
           {
             title:'发布人',
             align:"left",
-            width: 220,
+            width: 300,
             dataIndex: 'companyName',
             scopedSlots: { customRender: 'action5' },
           },