提交 67f5e550 编写于 作者: A afc163

Add margin before %

上级 ec8f0822
...@@ -151,7 +151,7 @@ export default class BasicForms extends PureComponent { ...@@ -151,7 +151,7 @@ export default class BasicForms extends PureComponent {
} }
> >
{getFieldDecorator('weight')(<InputNumber placeholder="请输入" min={0} max={100} />)} {getFieldDecorator('weight')(<InputNumber placeholder="请输入" min={0} max={100} />)}
<span>%</span> <span className="ant-form-text">%</span>
</FormItem> </FormItem>
<FormItem {...formItemLayout} label="目标公开" help="客户、邀评人默认被分享"> <FormItem {...formItemLayout} label="目标公开" help="客户、邀评人默认被分享">
<div> <div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册