13404089107
2025-05-23 e3a78db2a9b791284dfbc087f393ecca08de1ca1
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
         },