From 4745b8b146890ebce2c9ebe75261baa935c671a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com> Date: Mon, 8 Jan 2024 12:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=98=88=E5=80=BC=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../content/badGasInfo/childComps/GasInfoItem.vue | 7 ++++--- src/components/content/fanInfo/FanInfoItem.vue | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/content/badGasInfo/childComps/GasInfoItem.vue b/src/components/content/badGasInfo/childComps/GasInfoItem.vue index f82c8e8..6693c76 100644 --- a/src/components/content/badGasInfo/childComps/GasInfoItem.vue +++ b/src/components/content/badGasInfo/childComps/GasInfoItem.vue @@ -135,12 +135,13 @@ function setPoint() { display: block; height: 20px; width: 2px; - background: #7EDFEC; + background: #fff; position: absolute; - bottom: 2px; + bottom: 2.5px; left: 50%; transform: translateX(-50%); - box-shadow: 0 0 10px #7EDFEC; + box-shadow: 0 0 10px #fff; + border-radius: 4px; } .info { width: 200px; diff --git a/src/components/content/fanInfo/FanInfoItem.vue b/src/components/content/fanInfo/FanInfoItem.vue index ced3b89..e74fc68 100644 --- a/src/components/content/fanInfo/FanInfoItem.vue +++ b/src/components/content/fanInfo/FanInfoItem.vue @@ -168,10 +168,10 @@ let isWaringC = computed(() => { .point { position: absolute; height: 20px; - background: #92D18F; + background: #fff; width: 3px; border-radius: 4px; - box-shadow: 0 0 10px #92D18F; + box-shadow: 0 0 10px #fff; top: 1px; left: 1px; }