[improvement] IndexBar: add less vars

This commit is contained in:
陈嘉涵
2019-05-16 15:17:46 +08:00
parent 61748ad7c4
commit 7522712de7
4 changed files with 17 additions and 7 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
@import '../style/var';
.van-index-anchor {
padding: 0 15px;
font-weight: 500;
font-size: 14px;
line-height: 32px;
padding: @index-anchor-padding;
font-weight: @index-anchor-font-weight;
font-size: @index-anchor-font-size;
line-height: @index-anchor-line-height;
}