lanjianrong 4 anni fa
parent
commit
307cab34f0
1 ha cambiato i file con 2 aggiunte e 4 eliminazioni
  1. 2 4
      src/pages/Product/Cloud/components/Detail/index.jsx

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

@@ -111,8 +111,7 @@ const CloudDetail = props => {
                           size="small"
                           onClick={() => {
                             pricingUnLinkClient(state.cloudUser.cld?.clientId)
-                          }}
-                        >
+                          }}>
                           <LinkInterrupt size="14" />
                           <span className="ml-5px">移除CLD客户</span>
                         </Button>
@@ -136,8 +135,7 @@ const CloudDetail = props => {
               // lg={{ span: 15 }}
               // xl={{ span: 15 }}
               flex={{ flexDirection: 'column' }}
-              className="sheet-box-right"
-            >
+              className="sheet-box-right">
               <TabList
                 compilationList={state.compilationList}
                 cloudUser={state.cloudUser}