소스 검색

feat: 流程用户设置的修改

outaozhen 3 년 전
부모
커밋
e2a80acc7d
2개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      src/pages/Business/ProcessUser/index.tsx
  2. 0 5
      src/pages/Business/ProcessUser/schema.ts

+ 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': {},