diff --git a/snowy-admin-web/src/components/HomeCard/BizMiniMessageCard/index.vue b/snowy-admin-web/src/components/HomeCard/BizMiniMessageCard/index.vue index fceadc57..2bcf8c35 100644 --- a/snowy-admin-web/src/components/HomeCard/BizMiniMessageCard/index.vue +++ b/snowy-admin-web/src/components/HomeCard/BizMiniMessageCard/index.vue @@ -108,8 +108,7 @@ }, { title: '是否已读', - dataIndex: 'read', - width: 120 + dataIndex: 'read' } ] // 关闭抽屉 diff --git a/snowy-admin-web/src/components/HomeCard/BizNoticeCard/index.vue b/snowy-admin-web/src/components/HomeCard/BizNoticeCard/index.vue index fadf517b..49d29fd0 100644 --- a/snowy-admin-web/src/components/HomeCard/BizNoticeCard/index.vue +++ b/snowy-admin-web/src/components/HomeCard/BizNoticeCard/index.vue @@ -57,8 +57,7 @@ { title: '时间', dataIndex: 'createTime', - align: 'right', - width: '150px' + align: 'right' } ] const title = ref('通知公告') diff --git a/snowy-admin-web/src/components/Selector/orgSelectorPlus.vue b/snowy-admin-web/src/components/Selector/orgSelectorPlus.vue index d663f491..9522ffcf 100644 --- a/snowy-admin-web/src/components/Selector/orgSelectorPlus.vue +++ b/snowy-admin-web/src/components/Selector/orgSelectorPlus.vue @@ -115,8 +115,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '机构名', @@ -133,8 +132,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '机构名', diff --git a/snowy-admin-web/src/components/Selector/posSelectorPlus.vue b/snowy-admin-web/src/components/Selector/posSelectorPlus.vue index 1ff0eed8..c72446b9 100644 --- a/snowy-admin-web/src/components/Selector/posSelectorPlus.vue +++ b/snowy-admin-web/src/components/Selector/posSelectorPlus.vue @@ -115,8 +115,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '职位名', @@ -133,8 +132,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '职位名', diff --git a/snowy-admin-web/src/components/Selector/roleSelectorPlus.vue b/snowy-admin-web/src/components/Selector/roleSelectorPlus.vue index e6844039..c7806bc9 100644 --- a/snowy-admin-web/src/components/Selector/roleSelectorPlus.vue +++ b/snowy-admin-web/src/components/Selector/roleSelectorPlus.vue @@ -115,8 +115,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '角色名', @@ -133,8 +132,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '角色名', diff --git a/snowy-admin-web/src/components/Selector/userSelectorPlus.vue b/snowy-admin-web/src/components/Selector/userSelectorPlus.vue index 1becce40..ca1edd1e 100644 --- a/snowy-admin-web/src/components/Selector/userSelectorPlus.vue +++ b/snowy-admin-web/src/components/Selector/userSelectorPlus.vue @@ -118,13 +118,11 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '头像', - dataIndex: 'avatar', - width: 50 + dataIndex: 'avatar' }, { title: '用户名', @@ -141,8 +139,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '用户名', diff --git a/snowy-admin-web/src/components/XnGroupSelector/index.vue b/snowy-admin-web/src/components/XnGroupSelector/index.vue index a88fcfaa..613aa5d4 100644 --- a/snowy-admin-web/src/components/XnGroupSelector/index.vue +++ b/snowy-admin-web/src/components/XnGroupSelector/index.vue @@ -161,8 +161,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '名称', @@ -175,8 +174,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '名称', diff --git a/snowy-admin-web/src/components/XnOrgSelector/index.vue b/snowy-admin-web/src/components/XnOrgSelector/index.vue index 97f0e27c..2edafec4 100644 --- a/snowy-admin-web/src/components/XnOrgSelector/index.vue +++ b/snowy-admin-web/src/components/XnOrgSelector/index.vue @@ -160,8 +160,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '名称', @@ -178,8 +177,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '名称', diff --git a/snowy-admin-web/src/components/XnPositionSelector/index.vue b/snowy-admin-web/src/components/XnPositionSelector/index.vue index 0a04519b..8422b200 100644 --- a/snowy-admin-web/src/components/XnPositionSelector/index.vue +++ b/snowy-admin-web/src/components/XnPositionSelector/index.vue @@ -160,8 +160,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '名称', @@ -178,8 +177,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '名称', diff --git a/snowy-admin-web/src/components/XnRoleSelector/index.vue b/snowy-admin-web/src/components/XnRoleSelector/index.vue index fda2e9e7..7daed065 100644 --- a/snowy-admin-web/src/components/XnRoleSelector/index.vue +++ b/snowy-admin-web/src/components/XnRoleSelector/index.vue @@ -161,8 +161,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '名称', @@ -179,8 +178,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '名称', diff --git a/snowy-admin-web/src/components/XnUserSelector/index.vue b/snowy-admin-web/src/components/XnUserSelector/index.vue index c4bf9069..5e1354d8 100644 --- a/snowy-admin-web/src/components/XnUserSelector/index.vue +++ b/snowy-admin-web/src/components/XnUserSelector/index.vue @@ -170,13 +170,11 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '头像', - dataIndex: 'avatar', - width: 50 + dataIndex: 'avatar' }, { title: '用户名', @@ -193,8 +191,7 @@ { title: '操作', dataIndex: 'action', - align: 'center', - width: 50 + align: 'center' }, { title: '用户名', diff --git a/snowy-admin-web/src/layout/components/message.vue b/snowy-admin-web/src/layout/components/message.vue index 45fcb3bc..eab500e7 100644 --- a/snowy-admin-web/src/layout/components/message.vue +++ b/snowy-admin-web/src/layout/components/message.vue @@ -170,8 +170,7 @@ }, { title: '是否已读', - dataIndex: 'read', - width: 120 + dataIndex: 'read' } ] // 关闭抽屉 diff --git a/snowy-admin-web/src/views/auth/monitor/bTab.vue b/snowy-admin-web/src/views/auth/monitor/bTab.vue index ab420c0d..137a3d40 100644 --- a/snowy-admin-web/src/views/auth/monitor/bTab.vue +++ b/snowy-admin-web/src/views/auth/monitor/bTab.vue @@ -29,8 +29,7 @@ const columns = [ { title: '头像', - dataIndex: 'avatar', - width: 60 + dataIndex: 'avatar' }, { title: '账号', @@ -54,13 +53,11 @@ { title: '登录IP', dataIndex: 'latestLoginIp', - width: 120, ellipsis: true }, { title: '令牌数', - dataIndex: 'tokenNumber', - width: 70 + dataIndex: 'tokenNumber' }, { title: '操作', diff --git a/snowy-admin-web/src/views/auth/monitor/cTab.vue b/snowy-admin-web/src/views/auth/monitor/cTab.vue index 75ee8bef..4f04659e 100644 --- a/snowy-admin-web/src/views/auth/monitor/cTab.vue +++ b/snowy-admin-web/src/views/auth/monitor/cTab.vue @@ -29,8 +29,7 @@ const columns = [ { title: '头像', - dataIndex: 'avatar', - width: 60 + dataIndex: 'avatar' }, { title: '账号', @@ -54,13 +53,11 @@ { title: '登录IP', dataIndex: 'latestLoginIp', - width: 120, ellipsis: true }, { title: '令牌数', - dataIndex: 'tokenNumber', - width: 70 + dataIndex: 'tokenNumber' }, { title: '操作', diff --git a/snowy-admin-web/src/views/auth/monitor/tokenInfoList.vue b/snowy-admin-web/src/views/auth/monitor/tokenInfoList.vue index 6bba9e08..7b537aad 100644 --- a/snowy-admin-web/src/views/auth/monitor/tokenInfoList.vue +++ b/snowy-admin-web/src/views/auth/monitor/tokenInfoList.vue @@ -73,8 +73,7 @@ const columns = [ { title: '登录设备', - dataIndex: 'tokenDevice', - width: 90 + dataIndex: 'tokenDevice' }, { title: '有效期', @@ -83,8 +82,7 @@ { title: '令牌', dataIndex: 'tokenValue', - ellipsis: true, - width: 80 + ellipsis: true } ] if (hasPerm('authForceQuit')) { @@ -92,7 +90,6 @@ title: '操作', dataIndex: 'action', align: 'center', - width: '100px', scopedSlots: { customRender: 'action' } }) } diff --git a/snowy-admin-web/src/views/auth/third/index.vue b/snowy-admin-web/src/views/auth/third/index.vue index ef3042ed..73c5716c 100644 --- a/snowy-admin-web/src/views/auth/third/index.vue +++ b/snowy-admin-web/src/views/auth/third/index.vue @@ -73,8 +73,7 @@ { title: '头像', dataIndex: 'avatar', - align: 'center', - width: '80px' + align: 'center' }, { title: '姓名', @@ -88,8 +87,7 @@ }, { title: '性别', - dataIndex: 'gender', - width: '100px' + dataIndex: 'gender' }, { title: '分类', diff --git a/snowy-admin-web/src/views/biz/dict/index.vue b/snowy-admin-web/src/views/biz/dict/index.vue index d789c358..e34ab10d 100644 --- a/snowy-admin-web/src/views/biz/dict/index.vue +++ b/snowy-admin-web/src/views/biz/dict/index.vue @@ -96,13 +96,11 @@ const columns = [ { title: '字典名称', - dataIndex: 'dictLabel', - width: 350 + dataIndex: 'dictLabel' }, { title: '字典值', - dataIndex: 'dictValue', - width: 350 + dataIndex: 'dictValue' }, { title: '排序', diff --git a/snowy-admin-web/src/views/biz/group/index.vue b/snowy-admin-web/src/views/biz/group/index.vue index bab37183..f0fae3f3 100644 --- a/snowy-admin-web/src/views/biz/group/index.vue +++ b/snowy-admin-web/src/views/biz/group/index.vue @@ -10,8 +10,18 @@ - 查询 - 重置 + + + 查询 + + + + 重置 + diff --git a/snowy-admin-web/src/views/biz/notice/index.vue b/snowy-admin-web/src/views/biz/notice/index.vue index 2160471b..10227fd3 100644 --- a/snowy-admin-web/src/views/biz/notice/index.vue +++ b/snowy-admin-web/src/views/biz/notice/index.vue @@ -154,8 +154,7 @@ }, { title: '封面图', - dataIndex: 'image', - width: '100px' + dataIndex: 'image' }, { title: '类型', @@ -176,8 +175,7 @@ }, { title: '创建时间', - dataIndex: 'createTime', - width: '150px' + dataIndex: 'createTime' } ] // 操作栏通过权限判断是否显示 diff --git a/snowy-admin-web/src/views/biz/org/index.vue b/snowy-admin-web/src/views/biz/org/index.vue index a4677a5c..335563fb 100644 --- a/snowy-admin-web/src/views/biz/org/index.vue +++ b/snowy-admin-web/src/views/biz/org/index.vue @@ -126,8 +126,7 @@ }, { title: '排序', - dataIndex: 'sortCode', - width: 100 + dataIndex: 'sortCode' } ] if (hasPerm(['bizOrgEdit', 'bizOrgDelete'])) { diff --git a/snowy-admin-web/src/views/biz/user/index.vue b/snowy-admin-web/src/views/biz/user/index.vue index 542556e3..707d8ae0 100644 --- a/snowy-admin-web/src/views/biz/user/index.vue +++ b/snowy-admin-web/src/views/biz/user/index.vue @@ -192,8 +192,7 @@ { title: '头像', dataIndex: 'avatar', - align: 'center', - width: '80px' + align: 'center' }, { title: '账号', @@ -206,8 +205,7 @@ }, { title: '性别', - dataIndex: 'gender', - width: '50px' + dataIndex: 'gender' }, { title: '手机', @@ -226,8 +224,7 @@ }, { title: '状态', - dataIndex: 'userStatus', - width: '80px' + dataIndex: 'userStatus' } ] if (hasPerm(['bizUserEdit', 'bizUserGrantRole', 'bizUserPwdReset', 'bizUserExportUserInfo', 'bizUserDelete'])) { diff --git a/snowy-admin-web/src/views/client/user/index.vue b/snowy-admin-web/src/views/client/user/index.vue index edacbbed..c4f93cfc 100644 --- a/snowy-admin-web/src/views/client/user/index.vue +++ b/snowy-admin-web/src/views/client/user/index.vue @@ -80,8 +80,7 @@ { title: '头像', dataIndex: 'avatar', - align: 'center', - width: '80px' + align: 'center' }, { title: '账号', @@ -94,8 +93,7 @@ }, { title: '性别', - dataIndex: 'gender', - width: 100 + dataIndex: 'gender' }, { title: '手机', @@ -104,14 +102,12 @@ }, { title: '状态', - dataIndex: 'userStatus', - width: 100 + dataIndex: 'userStatus' }, { title: '操作', dataIndex: 'action', - align: 'center', - width: '220px' + align: 'center' } ] const toolConfig = { refresh: true, height: true, columnSetting: true } diff --git a/snowy-admin-web/src/views/dev/config/otherConfig/index.vue b/snowy-admin-web/src/views/dev/config/otherConfig/index.vue index 6ebab1cf..264e8f26 100644 --- a/snowy-admin-web/src/views/dev/config/otherConfig/index.vue +++ b/snowy-admin-web/src/views/dev/config/otherConfig/index.vue @@ -66,7 +66,6 @@ { title: '排序', dataIndex: 'sortCode', - width: 100, sorter: true }, { diff --git a/snowy-admin-web/src/views/dev/dict/category/index.vue b/snowy-admin-web/src/views/dev/dict/category/index.vue index 7a5b8c3a..3ae1a9ec 100644 --- a/snowy-admin-web/src/views/dev/dict/category/index.vue +++ b/snowy-admin-web/src/views/dev/dict/category/index.vue @@ -113,13 +113,11 @@ const columns = [ { title: '字典名称', - dataIndex: 'dictLabel', - width: 350 + dataIndex: 'dictLabel' }, { title: '字典值', - dataIndex: 'dictValue', - width: 350 + dataIndex: 'dictValue' }, { title: '排序', @@ -129,7 +127,7 @@ title: '操作', dataIndex: 'action', align: 'center', - width: '150px' + fixed: 'right' } ] const categoryType = computed(() => { diff --git a/snowy-admin-web/src/views/dev/file/index.vue b/snowy-admin-web/src/views/dev/file/index.vue index 5bed244e..8031f921 100644 --- a/snowy-admin-web/src/views/dev/file/index.vue +++ b/snowy-admin-web/src/views/dev/file/index.vue @@ -151,26 +151,22 @@ { title: '缩略图', dataIndex: 'thumbnail', - ellipsis: true, - width: 80 + ellipsis: true }, { title: '文件大小', dataIndex: 'sizeInfo', - ellipsis: true, - width: 120 + ellipsis: true }, { title: '文件后缀', dataIndex: 'suffix', - ellipsis: true, - width: 120 + ellipsis: true }, { title: '储存引擎', dataIndex: 'engine', - ellipsis: true, - width: 120 + ellipsis: true }, { title: '操作', diff --git a/snowy-admin-web/src/views/dev/job/index.vue b/snowy-admin-web/src/views/dev/job/index.vue index d64aabcb..6c2cf3c6 100644 --- a/snowy-admin-web/src/views/dev/job/index.vue +++ b/snowy-admin-web/src/views/dev/job/index.vue @@ -135,19 +135,16 @@ }, { title: '状态', - dataIndex: 'jobStatus', - width: '100px' + dataIndex: 'jobStatus' }, { title: '启停', - dataIndex: 'jobStatusUpdate', - width: '120px' + dataIndex: 'jobStatusUpdate' }, { title: '排序', dataIndex: 'sortCode', - sorter: true, - width: '80px' + sorter: true }, { title: '操作', diff --git a/snowy-admin-web/src/views/dev/message/detail.vue b/snowy-admin-web/src/views/dev/message/detail.vue index e08d98f3..6eba9d01 100644 --- a/snowy-admin-web/src/views/dev/message/detail.vue +++ b/snowy-admin-web/src/views/dev/message/detail.vue @@ -47,8 +47,7 @@ }, { title: '是否已读', - dataIndex: 'read', - width: 120 + dataIndex: 'read' } ] // 打开抽屉 diff --git a/snowy-admin-web/src/views/dev/message/index.vue b/snowy-admin-web/src/views/dev/message/index.vue index 08dca977..06895daf 100644 --- a/snowy-admin-web/src/views/dev/message/index.vue +++ b/snowy-admin-web/src/views/dev/message/index.vue @@ -87,8 +87,7 @@ title: '发送时间', dataIndex: 'createTime', ellipsis: true, - sorter: true, - width: '150px' + sorter: true }, { title: '操作', diff --git a/snowy-admin-web/src/views/dev/slideshow/index.vue b/snowy-admin-web/src/views/dev/slideshow/index.vue index 8d9a9670..3d6f4452 100644 --- a/snowy-admin-web/src/views/dev/slideshow/index.vue +++ b/snowy-admin-web/src/views/dev/slideshow/index.vue @@ -165,8 +165,7 @@ const detailsColumns = [ { title: '位置', - dataIndex: 'label', - width: '200px' + dataIndex: 'label' }, { title: '点击事件', diff --git a/snowy-admin-web/src/views/dev/slideshow/subForm.vue b/snowy-admin-web/src/views/dev/slideshow/subForm.vue index 612a063f..a32a858f 100644 --- a/snowy-admin-web/src/views/dev/slideshow/subForm.vue +++ b/snowy-admin-web/src/views/dev/slideshow/subForm.vue @@ -60,18 +60,15 @@ const columns = ref([ { title: '位置', - dataIndex: 'label', - width: '20%' + dataIndex: 'label' }, { title: '点击事件', - dataIndex: 'whetherToClick', - width: '25%' + dataIndex: 'whetherToClick' }, { title: '跳转方式', - dataIndex: 'skipMode', - width: '20%' + dataIndex: 'skipMode' }, { title: 'URL', diff --git a/snowy-admin-web/src/views/gen/config.vue b/snowy-admin-web/src/views/gen/config.vue index f2149e11..89647e6b 100644 --- a/snowy-admin-web/src/views/gen/config.vue +++ b/snowy-admin-web/src/views/gen/config.vue @@ -144,44 +144,37 @@ { title: '字典', align: 'center', - dataIndex: 'dictTypeCode', - width: 140 + dataIndex: 'dictTypeCode' }, { title: '列表显示', align: 'center', - dataIndex: 'whetherTable', - width: 80 + dataIndex: 'whetherTable' }, { title: '列省略', align: 'center', - dataIndex: 'whetherRetract', - width: 80 + dataIndex: 'whetherRetract' }, { title: '增改', align: 'center', - dataIndex: 'whetherAddUpdate', - width: 80 + dataIndex: 'whetherAddUpdate' }, { title: '必填', align: 'center', - dataIndex: 'whetherRequired', - width: 80 + dataIndex: 'whetherRequired' }, { title: '唯一', align: 'center', - dataIndex: 'whetherUnique', - width: 80 + dataIndex: 'whetherUnique' }, { title: '查询', align: 'center', - dataIndex: 'queryWhether', - width: 80 + dataIndex: 'queryWhether' }, { title: '查询方式', diff --git a/snowy-admin-web/src/views/mobile/resource/menu/index.vue b/snowy-admin-web/src/views/mobile/resource/menu/index.vue index dafbe0c9..bbe87f01 100644 --- a/snowy-admin-web/src/views/mobile/resource/menu/index.vue +++ b/snowy-admin-web/src/views/mobile/resource/menu/index.vue @@ -135,8 +135,7 @@ }, { title: '图标', - dataIndex: 'icon', - width: 80 + dataIndex: 'icon' }, { title: '正规则', diff --git a/snowy-admin-web/src/views/sys/org/index.vue b/snowy-admin-web/src/views/sys/org/index.vue index e91adb3f..667337c2 100644 --- a/snowy-admin-web/src/views/sys/org/index.vue +++ b/snowy-admin-web/src/views/sys/org/index.vue @@ -126,8 +126,7 @@ const columns = [ }, { title: '排序', - dataIndex: 'sortCode', - width: 100 + dataIndex: 'sortCode' }, { title: '操作', diff --git a/snowy-admin-web/src/views/sys/position/index.vue b/snowy-admin-web/src/views/sys/position/index.vue index 2588f8e5..eb64fa86 100644 --- a/snowy-admin-web/src/views/sys/position/index.vue +++ b/snowy-admin-web/src/views/sys/position/index.vue @@ -127,8 +127,7 @@ const columns = [ }, { title: '排序', - dataIndex: 'sortCode', - width: 100 + dataIndex: 'sortCode' }, { title: '操作', diff --git a/snowy-admin-web/src/views/sys/resource/menu/index.vue b/snowy-admin-web/src/views/sys/resource/menu/index.vue index d6bba1f0..3998519e 100644 --- a/snowy-admin-web/src/views/sys/resource/menu/index.vue +++ b/snowy-admin-web/src/views/sys/resource/menu/index.vue @@ -157,13 +157,11 @@ { title: '显示名称', dataIndex: 'title', - ellipsis: true, - width: 300 + ellipsis: true }, { title: '类型', - dataIndex: 'menuType', - width: 100 + dataIndex: 'menuType' }, { title: '路由地址', @@ -175,14 +173,12 @@ }, { title: '是否可见', - dataIndex: 'visible', - width: 120 + dataIndex: 'visible' }, { title: '排序', dataIndex: 'sortCode', - sorter: true, - width: 100 + sorter: true }, { title: '操作', diff --git a/snowy-admin-web/src/views/sys/role/grantPermissionForm.vue b/snowy-admin-web/src/views/sys/role/grantPermissionForm.vue index 2a88a3ee..7a41caa8 100644 --- a/snowy-admin-web/src/views/sys/role/grantPermissionForm.vue +++ b/snowy-admin-web/src/views/sys/role/grantPermissionForm.vue @@ -169,7 +169,6 @@ title: '接口前缀', dataIndex: 'prefix', fixed: 'left', - width: 140, customCell: (row, index) => { const indexArr = firstShowMap.value[row.prefix] if (index === indexArr[0]) { @@ -182,7 +181,6 @@ key: 'suffix', title: '接口', dataIndex: 'suffix', - width: 290, customFilterDropdown: true, onFilter: (value, record) => record.api.includes(value), onFilterDropdownOpenChange: (visible) => { diff --git a/snowy-admin-web/src/views/sys/role/index.vue b/snowy-admin-web/src/views/sys/role/index.vue index 20affee2..4f2584dd 100644 --- a/snowy-admin-web/src/views/sys/role/index.vue +++ b/snowy-admin-web/src/views/sys/role/index.vue @@ -167,8 +167,7 @@ }, { title: '排序', - dataIndex: 'sortCode', - width: 100 + dataIndex: 'sortCode' }, { title: '操作', diff --git a/snowy-admin-web/src/views/sys/user/grantPermissionForm.vue b/snowy-admin-web/src/views/sys/user/grantPermissionForm.vue index 579f2a91..fd161ae3 100644 --- a/snowy-admin-web/src/views/sys/user/grantPermissionForm.vue +++ b/snowy-admin-web/src/views/sys/user/grantPermissionForm.vue @@ -170,7 +170,6 @@ title: '接口前缀', dataIndex: 'prefix', fixed: 'left', - width: 140, customCell: (row, index) => { const indexArr = firstShowMap.value[row.prefix] if (index === indexArr[0]) { @@ -183,7 +182,6 @@ key: 'suffix', title: '接口', dataIndex: 'suffix', - width: 290, customFilterDropdown: true, onFilter: (value, record) => record.api.includes(value), onFilterDropdownOpenChange: (visible) => { diff --git a/snowy-admin-web/src/views/sys/user/impExp.vue b/snowy-admin-web/src/views/sys/user/impExp.vue index 20427249..0e319e3c 100644 --- a/snowy-admin-web/src/views/sys/user/impExp.vue +++ b/snowy-admin-web/src/views/sys/user/impExp.vue @@ -89,8 +89,7 @@ const impErrorColumns = [ { title: '索引', - dataIndex: 'index', - width: '80px' + dataIndex: 'index' }, { title: '原因', diff --git a/snowy-admin-web/src/views/sys/user/index.vue b/snowy-admin-web/src/views/sys/user/index.vue index f38028af..352c982c 100644 --- a/snowy-admin-web/src/views/sys/user/index.vue +++ b/snowy-admin-web/src/views/sys/user/index.vue @@ -211,8 +211,7 @@ const columns = [ { title: '头像', dataIndex: 'avatar', - align: 'center', - width: '80px' + align: 'center' }, { title: '账号', @@ -225,8 +224,7 @@ const columns = [ }, { title: '性别', - dataIndex: 'genderName', - width: '50px' + dataIndex: 'genderName' }, { title: '手机', @@ -245,8 +243,7 @@ const columns = [ }, { title: '状态', - dataIndex: 'userStatus', - width: '80px' + dataIndex: 'userStatus' }, { title: '操作', diff --git a/snowy-admin-web/src/views/sys/user/userCenter.vue b/snowy-admin-web/src/views/sys/user/userCenter.vue index 2fc7ce9a..0fc25160 100644 --- a/snowy-admin-web/src/views/sys/user/userCenter.vue +++ b/snowy-admin-web/src/views/sys/user/userCenter.vue @@ -1,64 +1,71 @@