|
|
@@ -45,7 +45,7 @@ const LockTabList = props => {
|
|
|
|
|
|
return (
|
|
|
<div>
|
|
|
- <div className="zh-pd-left-15">
|
|
|
+ <div className="pl-4">
|
|
|
<Tabs>
|
|
|
<TabPane tab="记录内容" key="记录内容">
|
|
|
<div className="sheet-panel-record">
|
|
|
@@ -58,7 +58,7 @@ const LockTabList = props => {
|
|
|
split={false}
|
|
|
renderItem={item => (
|
|
|
<List.Item>
|
|
|
- <Row className="zh-width-100P">
|
|
|
+ <Row className="w-full">
|
|
|
<Col span="8">
|
|
|
{servicelogEnum[item.status]} <a>{item.client}</a>
|
|
|
<br />
|
|
|
@@ -81,7 +81,7 @@ const LockTabList = props => {
|
|
|
</TabPane>
|
|
|
</Tabs>
|
|
|
</div>
|
|
|
- <div className="sheet-btns zh-pd-left-15 zh-pd-top-15 zh-flex">
|
|
|
+ <div className="sheet-btns pl-4 pt-4 flex">
|
|
|
<Button
|
|
|
type="primary"
|
|
|
ghost
|
|
|
@@ -96,7 +96,7 @@ const LockTabList = props => {
|
|
|
type="primary"
|
|
|
ghost
|
|
|
size="small"
|
|
|
- className="zh-mg-right-3"
|
|
|
+ className="mr-1"
|
|
|
onClick={() =>
|
|
|
setAddLonglelog({ ...setAddLonglelog, visible: true, type: lockTypeEnum.UPDATE })
|
|
|
}>
|
|
|
@@ -106,7 +106,7 @@ const LockTabList = props => {
|
|
|
type="primary"
|
|
|
ghost
|
|
|
size="small"
|
|
|
- className="zh-mg-right-3"
|
|
|
+ className="mr-1"
|
|
|
onClick={() =>
|
|
|
setAddLonglelog({ ...setAddLonglelog, visible: true, type: lockTypeEnum.CHANGE })
|
|
|
}>
|
|
|
@@ -116,7 +116,7 @@ const LockTabList = props => {
|
|
|
type="primary"
|
|
|
ghost
|
|
|
size="small"
|
|
|
- className="zh-mg-right-3"
|
|
|
+ className="mr-1"
|
|
|
onClick={() =>
|
|
|
setAddLonglelog({ ...setAddLonglelog, visible: true, type: lockTypeEnum.RECOVER })
|
|
|
}>
|