From 5f114549b05ad3334ca911e84e9698cade0995ca Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 20 三月 2023 11:07:17 +0800 Subject: [PATCH] 修改巡检首页,添加视频详情内容 --- src/views/specialWorkSystem/specialIndex/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/specialWorkSystem/specialIndex/index.vue b/src/views/specialWorkSystem/specialIndex/index.vue index 8d16a84..6866f0e 100644 --- a/src/views/specialWorkSystem/specialIndex/index.vue +++ b/src/views/specialWorkSystem/specialIndex/index.vue @@ -1460,7 +1460,7 @@ .topChart{ .chart-item{ border-radius: 4px; - background: rgba(8, 109, 209, 0.2); + background: rgba(0, 61, 121, 0.2); backdrop-filter: blur(5px); position: relative; z-index: 2; @@ -1561,7 +1561,7 @@ } .homeCard{ border-radius: 4px; - background: rgba(8, 109, 209, 0.2); + background: rgba(0, 61, 121, 0.2); backdrop-filter: blur(5px); position: relative; z-index: 3; -- Gitblit v1.9.2