Explorar o código

fix: 软件锁、云版弹窗适应问题

outaozhen %!s(int64=4) %!d(string=hai) anos
pai
achega
9ef869992d

+ 2 - 2
src/pages/Product/Cloud/index.jsx

@@ -61,8 +61,8 @@ const Cloud = () => {
       closable: true,
       onClose: () => toggleDrawer(),
       bodyStyle: {
-        height: '100vh',
-        overflowY: 'hidden'
+        height: '100vh'
+        // overflowY: 'hidden'
       },
       children: <Detail dataId={id} projectType={roadpricingEnum[columnStateType]} />
     })

+ 4 - 4
src/pages/Product/Lock/LockStore/components/LocksDetail/TabList.jsx

@@ -72,8 +72,8 @@ const LockTabList = props => {
       closable: true,
       onClose: () => toggleDrawer(),
       bodyStyle: {
-        height: '100vh',
-        overflowY: 'hidden'
+        height: '100vh'
+        // overflowY: 'hidden'
       },
       children: <ClientDetail dataId={clientId} />
     })
@@ -89,8 +89,8 @@ const LockTabList = props => {
       closable: true,
       onClose: () => toggleDrawer(),
       bodyStyle: {
-        height: '100vh',
-        overflowY: 'hidden'
+        height: '100vh'
+        // overflowY: 'hidden'
       },
       children: <LocksDetail dataId={newLongleId} />
     })

+ 6 - 6
src/pages/Product/Lock/LockStore/index.jsx

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