mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[improvement] Tabbar: add less vars (#3124)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user