Parcourir la source

feat: 流程用户设置的修改

outaozhen il y a 3 ans
Parent
commit
e2a80acc7d

+ 1 - 1
src/pages/Business/ProcessUser/index.tsx

@@ -278,7 +278,7 @@ const ProcessUser = props => {
             <div className="w-600px">
               <Form form={form} labelCol={12}>
                 <SchemaField schema={schema} />
-                <FormButtonGroup wrapperCol={12} className="ml-150px">
+                <FormButtonGroup className="ml-150px">
                   <Submit onSubmit={onFinish}>提交</Submit>
                 </FormButtonGroup>
               </Form>

+ 0 - 5
src/pages/Business/ProcessUser/schema.ts

@@ -24,7 +24,6 @@ export const schema = {
               'x-component': 'Select',
               'x-validator': [],
               'x-component-props': {
-                autoWidth: true,
                 style: { width: '150px' }
               },
               'x-decorator-props': {},
@@ -81,7 +80,6 @@ export const schema = {
               'x-component': 'Select',
               'x-validator': [],
               'x-component-props': {
-                autoWidth: true,
                 style: { width: '150px' }
               },
               'x-decorator-props': {},
@@ -136,7 +134,6 @@ export const schema = {
               'x-component': 'Select',
               'x-validator': [],
               'x-component-props': {
-                autoWidth: true,
                 style: { width: '150px' }
               },
               'x-decorator-props': {},
@@ -192,7 +189,6 @@ export const schema = {
               'x-component': 'Select',
               'x-validator': [],
               'x-component-props': {
-                autoWidth: true,
                 style: { width: '150px' }
               },
               'x-decorator-props': {},
@@ -248,7 +244,6 @@ export const schema = {
               'x-component': 'Select',
               'x-validator': [],
               'x-component-props': {
-                autoWidth: true,
                 style: { width: '150px' }
               },
               'x-decorator-props': {},