mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
fix: add missing ant-row
This commit is contained in:
parent
6f526036ed
commit
df2f672dd9
@ -200,6 +200,7 @@ export default class FormItem extends React.Component {
|
||||
const prefixCls = props.prefixCls;
|
||||
const style = props.style;
|
||||
const itemClassName = {
|
||||
'ant-row': true,
|
||||
[`${prefixCls}-item`]: true,
|
||||
[`${prefixCls}-item-with-help`]: !!this.getHelpMsg(),
|
||||
[`${props.className}`]: !!props.className,
|
||||
|
Loading…
Reference in New Issue
Block a user