Procházet zdrojové kódy

Merge branch 'master' into dev

lanjianrong před 4 roky
rodič
revize
888ec27c1e

+ 7 - 4
src/pages/Product/Cloud/components/Detail/index.jsx

@@ -55,7 +55,7 @@ const Detail = props => {
   }
   }
   const handleConnectClient = () => {
   const handleConnectClient = () => {
     setModalProps({
     setModalProps({
-      zIndex: 1200,
+      zIndex: 1002,
       width: '60vw',
       width: '60vw',
       modalRender: () => (
       modalRender: () => (
         <ConnectClient
         <ConnectClient
@@ -107,7 +107,8 @@ const Detail = props => {
             // md={{ span: 24 }}
             // md={{ span: 24 }}
             // lg={{ span: 9 }}
             // lg={{ span: 9 }}
             // xl={{ span: 9 }}
             // xl={{ span: 9 }}
-            className="sheet-box-left">
+            className="sheet-box-left"
+          >
             <div className="sheet-left-panel pr-4">
             <div className="sheet-left-panel pr-4">
               <Form cloudUser={state.cloudUser} updateKey={updateKey} projectType={projectType} />
               <Form cloudUser={state.cloudUser} updateKey={updateKey} projectType={projectType} />
               {state.cloudUser.cld?.clientId ? (
               {state.cloudUser.cld?.clientId ? (
@@ -123,7 +124,8 @@ const Detail = props => {
                         size="small"
                         size="small"
                         onClick={() => {
                         onClick={() => {
                           pricingUnLinkClient(state.cloudUser.cld?.clientId)
                           pricingUnLinkClient(state.cloudUser.cld?.clientId)
-                        }}>
+                        }}
+                      >
                         <LinkInterrupt size="14" />
                         <LinkInterrupt size="14" />
                         <span className="ml-5px">移除CLD客户</span>
                         <span className="ml-5px">移除CLD客户</span>
                       </Button>
                       </Button>
@@ -147,7 +149,8 @@ const Detail = props => {
             // lg={{ span: 15 }}
             // lg={{ span: 15 }}
             // xl={{ span: 15 }}
             // xl={{ span: 15 }}
             flex={{ flexDirection: 'column' }}
             flex={{ flexDirection: 'column' }}
-            className="sheet-box-right">
+            className="sheet-box-right"
+          >
             <TabList
             <TabList
               compilationList={state.compilationList}
               compilationList={state.compilationList}
               cloudUser={state.cloudUser}
               cloudUser={state.cloudUser}