1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

19 lines
230 B
Plaintext

@import '../style/var';
.van-dropdown-item {
position: fixed;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
&__content {
position: absolute;
}
&__icon {
display: block;
line-height: inherit;
}
}