|
|
@@ -33,7 +33,7 @@ const ChangeCompanyInput = props => {
|
|
|
<div onClick={handleConnectCustomer} className={styles.notCompanyContent}>
|
|
|
{/* style={{ transform: 'rotate(-90deg)' }} */}
|
|
|
<LinkOne size="14" />
|
|
|
- <span className="zh-mg-left-5">关联客户</span>
|
|
|
+ <span className="ml-5px">关联客户</span>
|
|
|
</div>
|
|
|
)
|
|
|
|
|
|
@@ -42,8 +42,8 @@ const ChangeCompanyInput = props => {
|
|
|
title: '确认移除',
|
|
|
children: (
|
|
|
<p>
|
|
|
- 为联系人<span className="zh-mg-lr-3 zh-fw-600">{clientName}</span>移除
|
|
|
- <span className="zh-mg-lr-3 zh-fw-600">{customerName}</span>
|
|
|
+ 为联系人<span className="mr-3px ml-3px font-600">{clientName}</span>移除
|
|
|
+ <span className="mr-3px ml-3px font-600">{customerName}</span>
|
|
|
</p>
|
|
|
),
|
|
|
onOk: async () => {
|
|
|
@@ -71,7 +71,7 @@ const ChangeCompanyInput = props => {
|
|
|
}
|
|
|
const normalValueRender = (
|
|
|
<Card size="small">
|
|
|
- <div className="zh-flex-row zh-justify-between">
|
|
|
+ <div className="flex-row justify-between">
|
|
|
<div className={styles.nameContent}>{customerName}</div>
|
|
|
<div className="w-55px">
|
|
|
<Tooltip placement="right" title="移除客户">
|
|
|
@@ -82,7 +82,7 @@ const ChangeCompanyInput = props => {
|
|
|
<Tooltip
|
|
|
placement="right"
|
|
|
title="更换客户"
|
|
|
- className="zh-mg-left-5"
|
|
|
+ className="ml-5px"
|
|
|
onClick={handleConnectCustomer}>
|
|
|
<span className={styles.switchIcon}>
|
|
|
<Switch />
|