From e2a72a5e883d79d46d65062897c367b782cf8ba4 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 19 九月 2024 18:57:32 +0800
Subject: [PATCH] 新增视频监控导出按钮
---
src/views/screen/components/screen-examine/components/examine-hola.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/screen/components/screen-examine/components/examine-hola.vue b/src/views/screen/components/screen-examine/components/examine-hola.vue
index 38e0308..3b7e21d 100644
--- a/src/views/screen/components/screen-examine/components/examine-hola.vue
+++ b/src/views/screen/components/screen-examine/components/examine-hola.vue
@@ -96,7 +96,7 @@
detail: {
// 涓績title璁剧疆
offsetCenter: ['0%', '0%'],
- color: '#01F8FF',
+ color: '#dedddd',
formatter: '{value}%'
// borderColor: '#01F8FF',
// borderRadius: 20,
@@ -162,7 +162,7 @@
.bottom {
display: inline-block;
width: 100%;
- color: #01f8ff;
+ color: #dedddd;
text-align: center;
font-size: 14px;
margin-top: 10px;
--
Gitblit v1.8.0