| | |
| | | import { EventLevelDrawer, MattersDetail } from './component/levelDetail' |
| | | |
| | | |
| | | const Preview = () => { |
| | | const Preview = (props) => { |
| | | const [filesCheck, setFilesCheck] = useState(false); |
| | | const [apply, setApply] = useState(false); |
| | | const [visible, setVisible] = useState(false); |
| | |
| | | |
| | | |
| | | return ( |
| | | <div style={{ backgroundColor: '#ffff', margin: '8px 16px 0px 16px', padding: '12px 18px 16px 16px', height: 'calc(100vh - 211px)', overflowY: 'scroll' }}> |
| | | <div style={{ backgroundColor: '#ffff', margin: '8px 8px 0px 16px', padding: '12px 18px 16px 16px', height: 'calc(100vh - 228px)', overflowY: 'scroll', ...props.style }}> |
| | | <Col span={24} style={{ display: 'flex', alignItems: 'center', marginBottom: '8px' }}> |
| | | <Space size='small'> |
| | | <div className='MediationInfo-subTitle' style={{ marginTop: '-9px' }}></div><h4>当事人信息</h4> |