mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
[improvement] add padding variables (#3911)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
&__item {
|
||||
position: relative;
|
||||
padding-left: 15px;
|
||||
padding-left: @padding-md;
|
||||
font-weight: bold;
|
||||
line-height: @tree-select-item-height;
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
&__selected {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 15px;
|
||||
margin-top: -8px;
|
||||
right: @padding-md;
|
||||
margin-top: -@padding-xs;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user