From ff64f76c72d1e75e11a9141b3c241da0666907f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 6 Jun 2025 18:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/index.vue | 54 +++++++++++++++++++++++++++++++++++---- 1 file changed, 49 insertions(+), 5 deletions(-) diff --git a/src/views/board/index.vue b/src/views/board/index.vue index 050ca27..6f57dad 100644 --- a/src/views/board/index.vue +++ b/src/views/board/index.vue @@ -189,7 +189,7 @@ -
+
@@ -213,7 +213,7 @@
-
+
@@ -261,7 +261,7 @@
-
+
@@ -285,7 +285,7 @@
-
+
@@ -309,7 +309,7 @@
-
+
@@ -1123,6 +1123,50 @@ export default { } } +.icon5 { + position: absolute; + width: 2vw; + height: 2vw; + background-image: url("~@/assets/images/icon5.jpg"); + background-repeat: no-repeat; + background-size: 100% 100%; + transform: translate(-50%, -50%); + + &:hover { + .deviceInfo, .deviceInfo1, .deviceInfo2 { + display: block; + } + } + +} +.icon5_1 { + position: absolute; + width: 2vw; + height: 2vw; + background-image: url("~@/assets/images/icon5.jpg"); + background-repeat: no-repeat; + background-size: 100% 100%; + transform: translate(-50%, -50%); + + &:hover { + .deviceInfo, .deviceInfo1, .deviceInfo2 { + display: block; + } + } + + .deviceInfo { + + .table2 { + + .info1 { + width: 50%; + } + + } + } + +} + .id { position: absolute; color: #fff;