From 35b1ce8f65b78fcdfdd56481b29ed8d74a8a6621 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期五, 03 十一月 2023 17:57:45 +0800
Subject: [PATCH] feat: 进度条背景色,对接设备切换组件接口数据

---
 src/views/dashboard/components/ProcessingInfo.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/dashboard/components/ProcessingInfo.vue b/src/views/dashboard/components/ProcessingInfo.vue
index f29a18e..276eb7f 100644
--- a/src/views/dashboard/components/ProcessingInfo.vue
+++ b/src/views/dashboard/components/ProcessingInfo.vue
@@ -179,6 +179,7 @@
 }
 :deep(.el-progress-bar__outer) {
   border-radius: 8px;
+  background-color: #13235a;
 }
 :deep(.el-progress-bar__inner) {
   border-radius: 8px;

--
Gitblit v1.8.0