|
|
@@ -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}
|