Unverified 提交 06236c9f 作者: fuling 提交者: GitHub

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

Co-authored-by: 发光的卤蛋 <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 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论