Commit 67f5e550 authored by afc163's avatar afc163

Add margin before %

parent ec8f0822
......@@ -151,7 +151,7 @@ export default class BasicForms extends PureComponent {
}
>
{getFieldDecorator('weight')(<InputNumber placeholder="请输入" min={0} max={100} />)}
<span>%</span>
<span className="ant-form-text">%</span>
</FormItem>
<FormItem {...formItemLayout} label="目标公开" help="客户、邀评人默认被分享">
<div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment