ソースを参照

需求列表-样式调整

ZhangWenQiang 5 年 前
コミット
81a7fdf105
2 ファイル変更3611 行追加3401 行削除
  1. 7 6
      src/views/requiremanager/HwRequirementList.vue
  2. 3604 3395
      yarn.lock

+ 7 - 6
src/views/requiremanager/HwRequirementList.vue

@@ -130,7 +130,7 @@
           :dataSource="dataSource"
           :pagination="ipagination"
           :loading="loading"
-          :scroll="{ x: 1910}"
+          :scroll="{ x: 1930}"
           @change="handleTableChange">
 
         <span slot="action1" slot-scope="text, record">
@@ -151,10 +151,11 @@
         </span>
 
           <span slot="action5" slot-scope="text,scope,index">
-           {{text}}   <a-button type="link" @click="changeDisplay(scope,index)">
-                     <a-icon type="eye" v-show="scope.isMobileDisplay"/>
-                     <a-icon type="eye-invisible" :style="{color:'#8e8e8e'}" v-show="!scope.isMobileDisplay"/>
-                  </a-button>
+           {{text}}
+            <a-button type="link" @click="changeDisplay(scope,index)" style="padding: 0 0 0 4px;float: right">
+               <a-icon type="eye" v-show="scope.isMobileDisplay"/>
+               <a-icon type="eye-invisible" :style="{color:'#8e8e8e'}" v-show="!scope.isMobileDisplay"/>
+            </a-button>
         </span>
 
           <span slot="action4" slot-scope="text, record">
@@ -314,7 +315,7 @@
           {
             title:'发布人',
             align:"left",
-            width: 200,
+            width: 220,
             dataIndex: 'companyName',
             scopedSlots: { customRender: 'action5' },
           },

ファイルの差分が大きいため隠しています
+ 3604 - 3395
yarn.lock