Commit 76324ce4 authored by afc163's avatar afc163

Remove radio margin tweak

parent 979ce4fd
...@@ -150,7 +150,7 @@ export default class BasicForms extends PureComponent { ...@@ -150,7 +150,7 @@ export default class BasicForms extends PureComponent {
{getFieldDecorator('public', { {getFieldDecorator('public', {
initialValue: '1', initialValue: '1',
})( })(
<Radio.Group className={styles.radioGroup}> <Radio.Group>
<Radio value="1">ε…¬εΌ€</Radio> <Radio value="1">ε…¬εΌ€</Radio>
<Radio value="2">ιƒ¨εˆ†ε…¬εΌ€</Radio> <Radio value="2">ιƒ¨εˆ†ε…¬εΌ€</Radio>
<Radio value="3">不公开</Radio> <Radio value="3">不公开</Radio>
......
...@@ -88,11 +88,3 @@ ...@@ -88,11 +88,3 @@
color: @text-color-secondary; color: @text-color-secondary;
font-style: normal; font-style: normal;
} }
.radioGroup {
:global {
.ant-radio-wrapper {
margin-right: 16px;
}
}
}
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