Explorar o código

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

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
aeec1bf5f5
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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' },
           }
         ],