outaozhen 5 년 전
부모
커밋
cfd055265c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/EditableFormItem/index.jsx

+ 1 - 1
src/components/EditableFormItem/index.jsx

@@ -45,7 +45,7 @@ const EditableFormItem = ({ label, dataIndex, record }) => {
   )
   return (
     <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>
       </Col>
       <Col span={22}>{cell}</Col>