mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
feat(IndexBar): add @index-bar-index-active-color less var
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user