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;