From 073ec5c570af631fc7ac6c394a412b1c9ad540df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com> Date: Tue, 2 Jan 2024 22:41:31 +0800 Subject: [PATCH 01/10] =?UTF-8?q?=E9=82=93=E6=B4=81:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/index.scss | 10 +++- src/components/content/airInfo/AirInfo.vue | 30 +++++----- .../content/airInfo/childComps/ItemInfo.vue | 53 ++++++++--------- .../content/badGasInfo/BadGasInfo.vue | 27 ++++----- src/components/content/fanInfo/FanInfo.vue | 21 ++++--- .../content/fanInfo/FanInfoItem.vue | 16 +++--- src/components/content/usedEle/UsedEle.vue | 22 ++++--- .../content/windPressure/WindPressureList.vue | 20 ++++--- src/views/tunnel/index.vue | 57 ++++++++++--------- src/views/user/index.vue | 26 +++++---- 10 files changed, 151 insertions(+), 131 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index f98121e..ad8b43c 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -154,7 +154,7 @@ body, position: static !important; .el-drawer { - width: 900px !important; + width: 960px !important; background-color: transparent; box-shadow: none; } @@ -671,3 +671,11 @@ input[type="number"] { background-color: transparent !important; color: #60DDDE !important; } +.showNull{ + font-size:35px; + min-height: 350px; + display: flex; + justify-content: center; + align-items: center; + color: #2fb0df; +} diff --git a/src/components/content/airInfo/AirInfo.vue b/src/components/content/airInfo/AirInfo.vue index da15cf9..dcc44bd 100644 --- a/src/components/content/airInfo/AirInfo.vue +++ b/src/components/content/airInfo/AirInfo.vue @@ -1,21 +1,19 @@