|
@@ -2552,8 +2552,9 @@
|
|
|
|
|
|
<div>
|
|
|
<el-progress
|
|
|
+ class="custom-progress"
|
|
|
:percentage="item.progress"
|
|
|
-
|
|
|
+ text-color="#2550A2"
|
|
|
color="#2550A2"
|
|
|
stroke-width="20"
|
|
|
stroke-linecap="round"
|
|
@@ -7054,4 +7055,12 @@ async saveLinkTab() {
|
|
|
width: 160px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
</style>
|
|
|
+
|
|
|
+<style scoped>
|
|
|
+/* 使用自定义类名定位,避免影响全局样式 */
|
|
|
+::v-deep .custom-progress .el-progress__text {
|
|
|
+ color: #2550A2; /* 进度文字颜色 */
|
|
|
+}
|
|
|
+</style>
|