张正亮 hace 4 años
padre
commit
7bb4d35b57
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/pages/openplatform/components/FontManage/index.js

+ 2 - 2
src/pages/openplatform/components/FontManage/index.js

@@ -92,9 +92,9 @@ class FontManage extends Component {
           <Spin spinning={this.props.getLoading}>
             {
               list.map((item, i) => (
-                <Row style={{ width: '31%', float: 'left' }} >
+                <div style={{ width: '31%', float: 'left' }} >
                   <Checkbox onChange={(e) => checkChange(e, i)} key={item.key} checked={item.value} value={item.key}>{item.key}</Checkbox>
-                </Row>
+                </div>
               ))
             }
           </Spin>