From c600454b5203f172715efab20ff4407b54396c2f 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:42:33 +0800 Subject: [PATCH 1/2] =?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 --- src/components/content/airInfo/childComps/ItemInfo.vue | 4 ++-- .../content/windPressure/childComps/WindPressureItem.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/content/airInfo/childComps/ItemInfo.vue b/src/components/content/airInfo/childComps/ItemInfo.vue index 8da6d26..6bb9879 100644 --- a/src/components/content/airInfo/childComps/ItemInfo.vue +++ b/src/components/content/airInfo/childComps/ItemInfo.vue @@ -128,9 +128,9 @@ const setValue = () => { position: absolute; height: 20px; width: 3px; - background: #92D18F; + background: #fff; border-radius: 4px; - box-shadow: 0 0 10px #92D18F; + box-shadow: 0 0 10px #fff; top: 1px; left: 1px; } diff --git a/src/components/content/windPressure/childComps/WindPressureItem.vue b/src/components/content/windPressure/childComps/WindPressureItem.vue index 723b0ad..c4ac819 100644 --- a/src/components/content/windPressure/childComps/WindPressureItem.vue +++ b/src/components/content/windPressure/childComps/WindPressureItem.vue @@ -123,11 +123,11 @@ let isWaring = computed(() => { #point { position: absolute; height: 20px; - background: #92D18F; + background: #fff; width: 3px; border-radius: 4px; - box-shadow: 0 0 10px #92D18F; - top: 1px; + box-shadow: 0 0 10px #fff; + top: 2px; left: 1px; } } 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 2/2] =?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; }