[bugfix] Tab: custom line color (#1686)
This commit is contained in:
@@ -246,6 +246,7 @@ export default create({
|
|||||||
|
|
||||||
this.lineStyle = {
|
this.lineStyle = {
|
||||||
width: `${width}px`,
|
width: `${width}px`,
|
||||||
|
backgroundColor: this.color,
|
||||||
transform: `translateX(${left}px)`,
|
transform: `translateX(${left}px)`,
|
||||||
transitionDuration: `${this.duration}s`
|
transitionDuration: `${this.duration}s`
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user