소스 검색

列表页面样式调整

ZhangWenQiang 5 년 전
부모
커밋
6d2cd837be
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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'
           },
           {