From 554f8096e1f384f14b9424f5142d63f90c72a3eb Mon Sep 17 00:00:00 2001
From: hejianhao <15708179461@qq.com>
Date: 星期一, 19 五月 2025 22:57:46 +0800
Subject: [PATCH] H5接口对接
---
H5/uni_modules/uview-ui/components/u-line-progress/u-line-progress.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/H5/uni_modules/uview-ui/components/u-line-progress/u-line-progress.vue b/H5/uni_modules/uview-ui/components/u-line-progress/u-line-progress.vue
index 4e27931..417c47d 100644
--- a/H5/uni_modules/uview-ui/components/u-line-progress/u-line-progress.vue
+++ b/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
},
--
Gitblit v1.7.1