feat(IndexBar): add @index-anchor-z-index、@index-bar-sidebar-z-index less var

This commit is contained in:
陈嘉涵
2020-01-28 12:01:39 +08:00
parent 95d19f70d1
commit 89ee8e3872
6 changed files with 21 additions and 12 deletions
+1
View File
@@ -1,6 +1,7 @@
@import '../style/var';
.van-index-anchor {
z-index: @index-anchor-z-index;
box-sizing: border-box;
padding: @index-anchor-padding;
color: @index-anchor-text-color;