|
@@ -45,7 +45,7 @@ const EditableFormItem = ({ label, dataIndex, record }) => {
|
|
|
)
|
|
)
|
|
|
return (
|
|
return (
|
|
|
<Row>
|
|
<Row>
|
|
|
- <Col span={2} className="zh-text-right">
|
|
|
|
|
|
|
+ <Col span={2} className="zh-text-right zh-mg-bottom-8">
|
|
|
<span className="zh-lh-32 zh-mg-right-10">{label}:</span>
|
|
<span className="zh-lh-32 zh-mg-right-10">{label}:</span>
|
|
|
</Col>
|
|
</Col>
|
|
|
<Col span={22}>{cell}</Col>
|
|
<Col span={22}>{cell}</Col>
|