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
+2
View File
@@ -369,6 +369,7 @@
@goods-action-button-danger-color: @gradient-red;
// IndexAnchor
@index-anchor-z-index: 1;
@index-anchor-padding: 0 @padding-md;
@index-anchor-text-color: @text-color;
@index-anchor-font-weight: @font-weight-bold;
@@ -378,6 +379,7 @@
@index-anchor-sticky-background-color: @white;
// IndexBar
@index-bar-sidebar-z-index: 2;
@index-bar-index-font-size: @font-size-xs;
@index-bar-index-line-height: 14px;