[improvement] Tabbar: add less vars (#3124)

This commit is contained in:
neverland
2019-04-10 15:58:05 +08:00
committed by GitHub
parent f08de77c73
commit e5fc82e96b
3 changed files with 22 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
@import '../style/var';
.van-tabbar {
width: 100%;
height: 50px;
display: flex;
background-color: @white;
width: 100%;
height: @tabbar-height;
background-color: @tabbar-background-color;
&--fixed {
left: 0;