Commit 76324ce4 authored by afc163's avatar afc163

Remove radio margin tweak

parent 979ce4fd
......@@ -150,7 +150,7 @@ export default class BasicForms extends PureComponent {
{getFieldDecorator('public', {
initialValue: '1',
})(
<Radio.Group className={styles.radioGroup}>
<Radio.Group>
<Radio value="1">公开</Radio>
<Radio value="2">部分公开</Radio>
<Radio value="3">不公开</Radio>
......
......@@ -88,11 +88,3 @@
color: @text-color-secondary;
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