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