mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[improvement] DropdownMenu: add less vars
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
.van-dropdown-menu {
|
||||
display: flex;
|
||||
height: 50px;
|
||||
background-color: @white;
|
||||
height: @dropdown-menu-height;
|
||||
background-color: @dropdown-menu-background-color;
|
||||
user-select: none;
|
||||
|
||||
&__item {
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
&__title {
|
||||
position: relative;
|
||||
font-size: 15px;
|
||||
font-size: @dropdown-menu-title-font-size;
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user