Commit 6a6460ed authored by Pan's avatar Pan

Checkbox: refine style

parent 904e60ef
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
display: inline-block; display: inline-block;
white-space: nowrap; white-space: nowrap;
user-select: none; user-select: none;
margin-right: 30px;
@include when(bordered) { @include when(bordered) {
padding: $--checkbox-bordered-padding; padding: $--checkbox-bordered-padding;
...@@ -239,8 +240,8 @@ ...@@ -239,8 +240,8 @@
font-size: $--checkbox-font-size; font-size: $--checkbox-font-size;
} }
& + .el-checkbox { &:last-child {
margin-left: 30px; margin-right: 0;
} }
} }
......
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