vant/packages/tabbar/index.less
2019-04-10 15:58:05 +08:00

15 lines
212 B
Plaintext

@import '../style/var';
.van-tabbar {
display: flex;
width: 100%;
height: @tabbar-height;
background-color: @tabbar-background-color;
&--fixed {
left: 0;
bottom: 0;
position: fixed;
}
}