From 00a04d0d79d58e138b027e76a0f074f737718859 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 2 Sep 2024 15:45:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E9=9A=A7=E9=81=93=E6=97=B6=E5=88=87=E6=8D=A2=E6=8A=A5?= =?UTF-8?q?=E9=94=99bug?= 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-simulate/index.vue | 125 ++++++++-------- src/views/tunnel-simulate/tunnel-list.vue | 158 +-------------------- src/views/tunnel/index.vue | 16 ++- 4 files changed, 100 insertions(+), 225 deletions(-) diff --git a/src/components/content/fanInfo/FanInfo.vue b/src/components/content/fanInfo/FanInfo.vue index 2f88969..29257db 100644 --- a/src/components/content/fanInfo/FanInfo.vue +++ b/src/components/content/fanInfo/FanInfo.vue @@ -71,20 +71,20 @@
-
- -
-
-
- {{ index + 1 }}号分流阀值 - -
+
+ + + + + + + + + + + +
diff --git a/src/views/tunnel-simulate/index.vue b/src/views/tunnel-simulate/index.vue index cbb22f8..58b6f0d 100644 --- a/src/views/tunnel-simulate/index.vue +++ b/src/views/tunnel-simulate/index.vue @@ -1,12 +1,16 @@