[new feature] add DropdownMenu component
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user