1
0

refactor(web): 优化用户对话框字段布局

- 调整角色和账号状态字段的布局方式
- 增加 control 组件以改善字段显示效果
- 在 constants.js 中添加 label属性以支持新布局
This commit is contained in:
2024-12-12 15:53:27 +08:00
parent 6e4baed23f
commit 6fad39443c
2 changed files with 11 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ export function copyField(field, label, tips = '复制', ignoreLength = 0, extra
}
return {
name: field,
label: label,
type: 'wrapper',
size: 'none',
className: 'nowrap',