2 changed files with 0 additions and 22 deletions
@ -1,10 +0,0 @@ |
|||
import React from 'react'; |
|||
import { Radio } from 'antd'; |
|||
|
|||
import styles from './index.less'; |
|||
|
|||
export default props => ( |
|||
<div className={styles.radioText}> |
|||
<Radio.Button {...props} /> |
|||
</div> |
|||
); |
|||
@ -1,12 +0,0 @@ |
|||
@import "~antd/lib/style/themes/default.less"; |
|||
@import "../../utils/utils.less"; |
|||
|
|||
.radioText { |
|||
display: inline; |
|||
:global { |
|||
.ant-radio-button-wrapper { |
|||
border: none; |
|||
padding: 0 12px; |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue