董国庆
昨天 63ecd83a0f17442cb1ce3b497f4c7932fda4177f
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
         },