From 89161ea7972b63d5b63d4fdcca3e9e17c76e081a Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 4 Mar 2024 15:18:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=B8=8D=E5=90=8C=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E5=8C=B9=E9=85=8D=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/index.scss | 4 ++-- src/components/content/airInfo/AirInfo.vue | 4 ++-- .../content/airInfo/childComps/ItemInfo.vue | 2 +- .../content/badGasInfo/BadGasInfo.vue | 2 +- .../content/windPressure/WindPressureList.vue | 2 +- src/views/tunnel/index.vue | 23 ++++++++++++++++--- 6 files changed, 27 insertions(+), 10 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 22c7d57..f3d8322 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -70,7 +70,7 @@ body, display: flex; z-index: 3; position: absolute; - top: 85px; + top: 66px; left: 30px; .btn-box { @@ -117,7 +117,7 @@ body, .top-right { z-index: 2; position: absolute; - top: 50px; + top: 28px; right: 70px; font-size: 28px; color: #ffffff; diff --git a/src/components/content/airInfo/AirInfo.vue b/src/components/content/airInfo/AirInfo.vue index 35568f8..3caf2d5 100644 --- a/src/components/content/airInfo/AirInfo.vue +++ b/src/components/content/airInfo/AirInfo.vue @@ -313,7 +313,7 @@ const initChart = (type, values) => { diff --git a/src/views/tunnel/index.vue b/src/views/tunnel/index.vue index e331eb6..615413a 100644 --- a/src/views/tunnel/index.vue +++ b/src/views/tunnel/index.vue @@ -85,7 +85,7 @@ -