feat(IndexBar): add @index-bar-index-active-color less var

This commit is contained in:
陈嘉涵
2020-01-28 15:39:35 +08:00
parent 89ee8e3872
commit 0011db7536
5 changed files with 12 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
// Utils
import { createNamespace, isDef } from '../utils';
import { GREEN } from '../utils/constant';
import { isHidden } from '../utils/dom/style';
import { preventDefault } from '../utils/dom/event';
import {
@@ -44,14 +43,11 @@ export default createComponent({
props: {
zIndex: Number,
highlightColor: String,
sticky: {
type: Boolean,
default: true,
},
highlightColor: {
type: String,
default: GREEN,
},
stickyOffsetTop: {
type: Number,
default: 0,