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