forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-04 6f5f11a93fc056b0fe77f91522245cc45a1fb4fa
gz-customerSystem/src/views/register/eventFlow/component/BackModel.jsx
@@ -2,6 +2,7 @@
import { Row, Col } from 'antd';
import { Form, Input, Button, Radio, Select, Modal, Cascader, Upload, Message } from '@arco-design/web-react';
import ArcoUpload from '@/components/ArcoUpload';
import { Scrollbars } from "react-custom-scrollbars";
const RadioGroup = Radio.Group;
const FormItem = Form.Item;
@@ -36,8 +37,7 @@
  }
  return (
    <div>
      <Row style={{ margin: '0 2px 0 0' }}>
        <Col span={24}>
      <Scrollbars style={{ height: '550px' }} autoHide>
          <Form
            ref={formRef}
            layout='vertical'
@@ -46,7 +46,7 @@
            }}//默认值
            scrollToFirstError
          >
            <Row gutter={[32, 0]} style={{ margin: '0 -10px' }}>
          <Row>
              <Col span={24}>
                <FormItem
                  label={(<div style={{ display: 'flex' }}>回退理由<div className="must">必填</div></div>)}
@@ -80,8 +80,7 @@
              </Col>
            </Row>
          </Form>
        </Col>
      </Row>
      </Scrollbars>
      <div className='dialogFooter'>
        <Button
          type="primary"