UNPKG
@jecloud/ui
Version:
latest (1.0.1)
1.0.1
JECloud UI库,基于ant-design-vue封装
@jecloud/ui
/
es
/
radio
/
style
/
index.less
16 lines
•
250 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.je-radio-group
{
width
:
100%
;
overflow
: auto;
display
: flex;
font-size
:
14px
;
padding-left
:
3px
; &>
.ant-row
{
line-height
:
28px
; }
.ant-radio-checked
::after
{
display
: none; }
.ant-radio-wrapper
{
line-height
: unset; } }