Commit d475c7a0 authored by Zhi Cun's avatar Zhi Cun Committed by GitHub

Merge pull request #14127 from PanJiaChen/dev15

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