oyq28 1 рік тому
батько
коміт
b32b5a9d02

+ 1 - 1
src/main/resources/static/admin/bigScreen/index.html

@@ -225,7 +225,7 @@
                         // 动态创建链接并跳转
                         const link = document.createElement('a');
                         link.href = '/admin/bigScreenDetail/index.html?id=' + encodeURIComponent(id);
-                        link.target = '_blank'; // 设置链接在新标签页中打开
+                        /*link.target = '_blank'; // 设置链接在新标签页中打开*/
                         document.body.appendChild(link);
                         link.click();
 

+ 25 - 1
src/main/resources/static/admin/bigScreenDetail/css/index.css

@@ -334,4 +334,28 @@ a{
 .t_b_box3{
     top: 84%;
     left: 78%;
-}
+}
+
+.t_header {
+    width: 100%;
+    height: 80px;
+    position: relative;
+}
+
+.background-image {
+    position: absolute;
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: 100%;
+    background: url(../img/linx.png) no-repeat;
+    background-size: 100% 100%;
+}
+
+.background-image img {
+    position: absolute;
+    top: 10px;
+    left: 30px;
+    mix-blend-mode: lighten;
+    cursor: pointer;
+}

BIN
src/main/resources/static/admin/bigScreenDetail/img/icons8-左2圈-64.png


+ 5 - 0
src/main/resources/static/admin/bigScreenDetail/index.html

@@ -15,6 +15,11 @@
 <body>
 <div class="t_container">
     <header class="t_header">
+        <div class="background-image">
+            <a href="../bigScreen/index.html">
+                <img src="img/icons8-左2圈-64.png">
+            </a>
+        </div>
         <span>设备监测平台</span>
     </header>
     <main class="t_main">

+ 2 - 2
src/main/resources/static/admin/css/index.css

@@ -335,7 +335,7 @@
 
 }
 .data_content .data_bottom .bottom_1{
-    width: 19%;
+    width: 24%;
     height: 250px;
     position: relative;
     box-sizing: border-box;
@@ -431,7 +431,7 @@
 }
 .data_content .data_bottom div .main_table td{
     color:#fff;
-    font-size: 10px;
+    font-size: 15px;
     text-align: center;
 }
 .data_content .data_bottom div .main_table tbody tr