H5/uni_modules/uview-ui/components/u-line-progress/u-line-progress.vue
@@ -57,7 +57,7 @@ progressStyle() { let style = {} style.width = this.lineWidth style.backgroundColor = this.activeColor style.background = this.activeColor style.height = uni.$u.addUnit(this.height) return style },