Commit 4e24d169d773b5bcb0ce281df1b141ca40d429ff
Merge branch 'local_dev_ft_fix_teambition_issue' into 'main_dev'
fix: 修改修改密码根据权限标识来显示隐藏 See merge request yunteng/thingskit-front!959
Showing
3 changed files
with
3 additions
and
1 deletions
... | ... | @@ -106,7 +106,7 @@ export const defaultSchemas: FormSchema[] = [ |
106 | 106 | getPopupContainer: () => document.body, |
107 | 107 | }; |
108 | 108 | }, |
109 | - colProps: useGridLayout(2, 2, 2, 2, 2, 2) as unknown as ColEx, | |
109 | + colProps: useGridLayout(1.5, 1.5, 1.5, 1.5, 1.5, 1.5) as unknown as ColEx, | |
110 | 110 | }, |
111 | 111 | { |
112 | 112 | field: SchemaFiled.AGG, | ... | ... |