Commit a869bf90287200e2cd1fa81de207ce46fd65ee78

Authored by loveumiko
1 parent 03af5313

fix: 修改规则链相关的

@@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
30 const ruleTile = ref(); 30 const ruleTile = ref();
31 31
32 const [registerForm, { getFieldsValue, validate, setFieldsValue }] = useForm({ 32 const [registerForm, { getFieldsValue, validate, setFieldsValue }] = useForm({
33 - labelWidth: 120, 33 + labelWidth: 70,
34 schemas: formSchema, 34 schemas: formSchema,
35 showActionButtonGroup: false, 35 showActionButtonGroup: false,
36 }); 36 });
@@ -9,6 +9,7 @@ export const formSchema: FormSchema[] = [ @@ -9,6 +9,7 @@ export const formSchema: FormSchema[] = [
9 required: true, 9 required: true,
10 componentProps: { 10 componentProps: {
11 placeholder: '请输入名称', 11 placeholder: '请输入名称',
  12 + max: 120,
12 }, 13 },
13 }, 14 },
14 { 15 {
@@ -116,7 +116,7 @@ @@ -116,7 +116,7 @@
116 bordered: true, 116 bordered: true,
117 showIndexColumn: false, 117 showIndexColumn: false,
118 formConfig: { 118 formConfig: {
119 - labelWidth: 70, 119 + labelWidth: 120,
120 schemas: searchFormSchema, 120 schemas: searchFormSchema,
121 }, 121 },
122 fetchSetting: { 122 fetchSetting: {