소스 검색

样式调整

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

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

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