未验证 提交 06236c9f 编写于 作者: F fuling 提交者: GitHub

style: 优化系统管理中账号、角色和部门表单样式 (#1992)

Co-authored-by: weixin_44401288's avatar发光的卤蛋 <zdxndy@qq.com>
上级 2c536976
......@@ -20,6 +20,7 @@
const [registerForm, { setFieldsValue, updateSchema, resetFields, validate }] = useForm({
labelWidth: 100,
baseColProps: { span: 24 },
schemas: accountFormSchema,
showActionButtonGroup: false,
actionColOptions: {
......
......@@ -19,6 +19,7 @@
const [registerForm, { resetFields, setFieldsValue, updateSchema, validate }] = useForm({
labelWidth: 100,
baseColProps: { span: 24 },
schemas: formSchema,
showActionButtonGroup: false,
});
......
......@@ -21,6 +21,7 @@
setup() {
const [register, { validate, resetFields }] = useForm({
size: 'large',
baseColProps: { span: 24 },
labelWidth: 100,
showActionButtonGroup: false,
schemas: formSchema,
......
......@@ -40,6 +40,7 @@
const [registerForm, { resetFields, setFieldsValue, validate }] = useForm({
labelWidth: 90,
baseColProps: { span: 24 },
schemas: formSchema,
showActionButtonGroup: false,
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册