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; } }