[new feature] add DropdownMenu component

This commit is contained in:
陈嘉涵
2019-05-06 20:12:37 +08:00
parent 9c9642ee1f
commit a26be4819c
18 changed files with 816 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
@import '../style/var';
.van-dropdown-item {
position: fixed;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
&__content {
position: absolute;
}
&__icon {
display: block;
line-height: inherit;
}
}