Commit fb86f81e authored by baiyaaaaa's avatar baiyaaaaa Committed by cinwell.li

fix inline-block style

parent 99fdcb58
...@@ -107,6 +107,7 @@ ...@@ -107,6 +107,7 @@
@b radio-group { @b radio-group {
display: inline-block; display: inline-block;
font-size: 0; font-size: 0;
line-height: 1;
& .el-radio { & .el-radio {
font-size: var(--radio-font-size); font-size: var(--radio-font-size);
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
@b rate { @b rate {
height: var(--rate-height); height: var(--rate-height);
line-height: 1;
@e item { @e item {
display: inline-block; display: inline-block;
position: relative; position: relative;
......
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