style migrate v3

pull/289/head
vapao 2020-11-27 18:51:21 +08:00
parent 6c7d482d75
commit 2ccf04e387
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import styles from './index.module.less';
export default class extends React.Component {
static Item(props) {
return (
<Col span={props.span} offset={props.offset}>
<Col span={props.span} offset={props.offset} style={props.style}>
<Form.Item label={props.title}>
{props.children}
</Form.Item>