@@ -67,7 +67,12 @@ const Detail = props => {
}, [visible])
return (
- <Drawer visible={visible} onClose={onClose} className="zh-drawer" contentWrapperStyle={{ width: 'unset' }}>
+ <Drawer
+ visible={visible}
+ onClose={onClose}
+ className="zh-drawer"
+ contentWrapperStyle={{ width: 'unset' }}
+ getContainer={false}>
<Spin spinning={state.loading}>
<div className="sheet-box">
<Row>
@@ -51,7 +51,12 @@ const ClientDetail = props => {
- <Drawer {...resetDrawerProps} visible={visible} className="zh-drawer" contentWrapperStyle={{ width: 'unset' }}>
+ {...resetDrawerProps}
@@ -41,7 +41,12 @@ const EmployeeDetail = props => {
visible && initData(dataId)
<Col span={12} className="sheet-box-left">
@@ -8,7 +8,7 @@ const MessageDetail = props => {
const intl = useIntl()
if (!id) return null
- <Drawer {...otherProps} className="zh-drawer" contentWrapperStyle={{ width: 'unset' }}>
+ <Drawer {...otherProps} className="zh-drawer" contentWrapperStyle={{ width: 'unset' }} getContainer={false}>
<div className="px-5 vditor-reset h-full">
<div className="max-h-20vh">
<span className="pt-5 block">
@@ -85,7 +85,12 @@ const CloudDetail = props => {
@@ -51,7 +51,12 @@ const LockDetail = props => {
const { flipFn, flipConsts } = useFlipOver(initData, dataId, orderIds)
@@ -27,7 +27,12 @@ const SoftwareDetail = props => {
- <Drawer {...resetDrawerProps} visible={visible} className="zh-drawer">
@@ -100,7 +100,12 @@ const EnterpriseDetail = props => {
@@ -93,7 +93,12 @@ const PersonalDetail = props => {