fix inline-block style

pull/932/merge
baiyaaaaa 2016-11-09 11:12:08 +08:00 committed by cinwell.li
parent 99fdcb58db
commit fb86f81eb6
2 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,7 @@
@b radio-group {
display: inline-block;
font-size: 0;
line-height: 1;
& .el-radio {
font-size: var(--radio-font-size);

View File

@ -5,6 +5,8 @@
@b rate {
height: var(--rate-height);
line-height: 1;
@e item {
display: inline-block;
position: relative;