|
@@ -53,7 +53,7 @@ const CompanyDetail = props => {
|
|
|
visible={visible}
|
|
visible={visible}
|
|
|
className="zh-drawer"
|
|
className="zh-drawer"
|
|
|
contentWrapperStyle={{ width: 'unset' }}
|
|
contentWrapperStyle={{ width: 'unset' }}
|
|
|
- getContainer={false}>
|
|
|
|
|
|
|
+ getContainer={() => document.getElementById('root')}>
|
|
|
<Spin spinning={state.loading}>
|
|
<Spin spinning={state.loading}>
|
|
|
<div className="sheet-box">
|
|
<div className="sheet-box">
|
|
|
<Row>
|
|
<Row>
|