mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-18 03:02:01 +08:00
refactor: 所有表格操作列宽度调整为'auto', 这样会根据子元素宽度适配(比如没有分配权限的情况)
This commit is contained in:
@@ -94,8 +94,9 @@ export function useColumns(
|
||||
},
|
||||
{
|
||||
field: 'createTime',
|
||||
resizable: false,
|
||||
title: $t('system.dept.createTime'),
|
||||
width: 180,
|
||||
width: 'auto',
|
||||
},
|
||||
{
|
||||
field: 'remark',
|
||||
|
||||
Reference in New Issue
Block a user