mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[Improvement] Checkbox: add label-position prop (#1394)
This commit is contained in:
@@ -25,6 +25,11 @@ $van-checkbox-size: 20px;
|
||||
|
||||
&__label {
|
||||
margin-left: 10px;
|
||||
|
||||
&--left {
|
||||
float: left;
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
&--round {
|
||||
|
Reference in New Issue
Block a user