chore: bump eslint deps (#4722)

This commit is contained in:
neverland
2019-10-14 21:01:32 +08:00
committed by GitHub
parent 8ad1b13e18
commit 6e152f3b7a
6 changed files with 260 additions and 162 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ export default createComponent({
const pivotStyle = {
color: this.textColor,
left: `${(this.progressWidth - this.pivotWidth) * percentage / 100}px`,
left: `${((this.progressWidth - this.pivotWidth) * percentage) / 100}px`,
background: this.pivotColor || background
};