mirror of https://github.com/ElemeFE/element
fix inline-block style
parent
99fdcb58db
commit
fb86f81eb6
|
@ -107,6 +107,7 @@
|
|||
@b radio-group {
|
||||
display: inline-block;
|
||||
font-size: 0;
|
||||
line-height: 1;
|
||||
|
||||
& .el-radio {
|
||||
font-size: var(--radio-font-size);
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
@b rate {
|
||||
height: var(--rate-height);
|
||||
line-height: 1;
|
||||
|
||||
@e item {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue