From bc3e7ddaea8c6b99a10920ce78a0e69e95660448 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Tue, 27 Feb 2024 16:09:03 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E9=A3=8E=E6=9C=BA=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/content/fanInfo/FanInfo.vue | 26 +++++++++++++--------- src/views/tunnel-manage/index.vue | 12 +++++++++- src/views/tunnel/index.vue | 9 +++++--- 3 files changed, 33 insertions(+), 14 deletions(-) diff --git a/src/components/content/fanInfo/FanInfo.vue b/src/components/content/fanInfo/FanInfo.vue index eed36ce..075eff3 100644 --- a/src/components/content/fanInfo/FanInfo.vue +++ b/src/components/content/fanInfo/FanInfo.vue @@ -15,7 +15,7 @@
-
+
状态:{{ item.breakdown ? '故障' : '运行' }} @@ -44,7 +44,7 @@ 手动
-
+
给定频率 @@ -55,16 +55,16 @@ - +
- - 正在输入中... - + + +
@@ -820,9 +820,7 @@ input[type="number"] { margin-top: 48px; display: flex; align-items: center; - .changeMargin{ - margin-top: -40px; - } + .state { flex: 1; display: flex; @@ -902,7 +900,9 @@ input[type="number"] { margin-top: 10px; display: flex; flex-direction: column; + .changeMargin{ + } > div:first-child { display: flex; @@ -910,6 +910,12 @@ input[type="number"] { white-space: pre; margin-right: 14px; } + :deep(.is-focus) { + .el-input__inner { + font-weight: normal!important; + color: #fff!important; + } + } :deep(.el-input__wrapper) { width: 160px; height: 44px; diff --git a/src/views/tunnel-manage/index.vue b/src/views/tunnel-manage/index.vue index f90d824..ef98e4a 100644 --- a/src/views/tunnel-manage/index.vue +++ b/src/views/tunnel-manage/index.vue @@ -111,7 +111,6 @@