[improvement] DropdownMenu: add less vars

This commit is contained in:
陈嘉涵
2019-05-10 16:16:22 +08:00
parent ed4d0aa656
commit 8558c931c8
2 changed files with 8 additions and 3 deletions

View File

@@ -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;