| | |
| | | <> |
| | | |
| | | <Modal |
| | | style={{ width: '944px' }} |
| | | // style={{ width: '944px' }} |
| | | visible={scanImage} |
| | | onCancel={() => setScanImage(false)} |
| | | footer={null} |
| | |
| | | <div><Button type="primary" onClick={() => handleScaned()} style={{ marginTop: '20px' }}>开始识别</Button></div> |
| | | </Modal> |
| | | <Modal |
| | | style={{ width: '1200px' }} |
| | | // style={{ width: '1200px' }} |
| | | visible={visible} |
| | | onCancel={onCancel} |
| | | title='识别上传材料' |
| | |
| | | </Modal > |
| | | <Modal |
| | | className='scan-modal' |
| | | style={{ width: '1200px' }} |
| | | // style={{ width: '1200px' }} |
| | | wrapStyle={{ zIndex: 1002 }} |
| | | visible={scaned} |
| | | onCancel={() => setScaned(false)} |