2018-09-28 15:18:24 +08:00

14 lines
177 B
Plaintext

@import '../common/style/var.less';
.van-tabbar {
width: 100%;
height: 50px;
background-color: #fff;
&--fixed {
left: 0;
bottom: 0;
position: fixed;
}
}