Browse Source

列表页面样式调整

ZhangWenQiang 5 years ago
parent
commit
6d2cd837be
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/requiremanager/HwRequirementList.vue

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

@@ -130,7 +130,7 @@
           :dataSource="dataSource"
           :pagination="ipagination"
           :loading="loading"
-          :scroll="{ x: 1980}"
+          :scroll="{ x: 1930}"
           @change="handleTableChange">
 
         <span slot="action1" slot-scope="text, record">
@@ -343,13 +343,13 @@
           {
             title:'创建时间',
             align:"left",
-            width: 150,
+            width: 200,
             dataIndex: 'createTime'
           },
           {
             title:'截止时间',
             align:"left",
-            width: 150,
+            width: 200,
             dataIndex: 'expiryDate'
           },
           {