Browse Source

入职登记管理页面-表格宽度修改

jbb 1 year ago
parent
commit
aeec1bf5f5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/system/NewUserList.vue

+ 3 - 0
src/views/system/NewUserList.vue

@@ -87,6 +87,7 @@
         :pagination="ipagination"
         :loading="loading"
         :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
+        :scroll="{ x: 1500}"
         @change="handleTableChange">
 
         <template slot="htmlSlot" slot-scope="text">
@@ -247,6 +248,8 @@
             title: '操作',
             dataIndex: 'action',
             align:"center",
+            width:160,
+          fixed: 'right',
             scopedSlots: { customRender: 'action' },
           }
         ],