|
@@ -153,8 +153,8 @@ const LockStore = ({ prodList = [], dispatch, shouldUpdate }) => {
|
|
|
closable: true,
|
|
closable: true,
|
|
|
onClose: () => toggleDrawer(),
|
|
onClose: () => toggleDrawer(),
|
|
|
bodyStyle: {
|
|
bodyStyle: {
|
|
|
- height: '100vh',
|
|
|
|
|
- overflowY: 'hidden'
|
|
|
|
|
|
|
+ height: '100vh'
|
|
|
|
|
+ // overflowY: 'hidden'
|
|
|
},
|
|
},
|
|
|
children: <ContactDetail dataId={id} />
|
|
children: <ContactDetail dataId={id} />
|
|
|
})
|
|
})
|
|
@@ -166,8 +166,8 @@ const LockStore = ({ prodList = [], dispatch, shouldUpdate }) => {
|
|
|
closable: true,
|
|
closable: true,
|
|
|
onClose: () => toggleDrawer(),
|
|
onClose: () => toggleDrawer(),
|
|
|
bodyStyle: {
|
|
bodyStyle: {
|
|
|
- height: '100vh',
|
|
|
|
|
- overflowY: 'hidden'
|
|
|
|
|
|
|
+ height: '100vh'
|
|
|
|
|
+ // overflowY: 'hidden'
|
|
|
},
|
|
},
|
|
|
children: <SoftwareDetail dataId={id} />
|
|
children: <SoftwareDetail dataId={id} />
|
|
|
})
|
|
})
|
|
@@ -180,8 +180,8 @@ const LockStore = ({ prodList = [], dispatch, shouldUpdate }) => {
|
|
|
closable: true,
|
|
closable: true,
|
|
|
onClose: () => toggleDrawer(),
|
|
onClose: () => toggleDrawer(),
|
|
|
bodyStyle: {
|
|
bodyStyle: {
|
|
|
- height: '100vh',
|
|
|
|
|
- overflowY: 'hidden'
|
|
|
|
|
|
|
+ height: '100vh'
|
|
|
|
|
+ // overflowY: 'hidden'
|
|
|
},
|
|
},
|
|
|
children: <CompanyDetail dataId={id} updateKey="longle" />
|
|
children: <CompanyDetail dataId={id} updateKey="longle" />
|
|
|
})
|
|
})
|