[bugfix] Tab: incorrect initial line color (#2344)

This commit is contained in:
neverland
2018-12-20 23:06:07 +08:00
committed by GitHub
parent f9250be9b4
commit d9597f2a8d
3 changed files with 19 additions and 17 deletions

View File

@@ -108,7 +108,9 @@ export default create({
tabs: [],
position: '',
curActive: null,
lineStyle: {},
lineStyle: {
backgroundColor: this.color
},
events: {
resize: false,
sticky: false,