From 2f0c35ca04508754eb08013d9909c82c25504c55 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 13 Aug 2025 17:08:52 +0800
Subject: [PATCH] feat:修改进度条样式
---
src/views/job/components/DeviceJobDetails.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/job/components/DeviceJobDetails.vue b/src/views/job/components/DeviceJobDetails.vue
index d209cd9..0e6c850 100644
--- a/src/views/job/components/DeviceJobDetails.vue
+++ b/src/views/job/components/DeviceJobDetails.vue
@@ -436,7 +436,7 @@
:deep(){
.el-progress-bar__outer{
- height: 26px !important;
+ height: 28px !important;
border-radius: 0 !important;
background: transparent !important;
--
Gitblit v1.9.3