Ver código fonte

更新202109031635

fanghuisheng 3 anos atrás
pai
commit
03da7abe79

+ 3 - 1
WebRoot/view/scripts/log.html

@@ -47,6 +47,8 @@
     }
 
     .el-table thead th {
+        background: rgba(0, 251, 251, .051) !important;
+        color: #FFF;
         padding: 0;
         height: 34px;
         border-color: rgba(0, 250, 251, 0.20) !important;
@@ -89,7 +91,7 @@
         body,
         #app {
             width: 100%;
-            height: 100%;
+            height: calc(100vh - 60px);
             padding: 0;
             margin: 0;
         }

+ 3 - 1
out/artifacts/YtIoT_Web_exploded/view/scripts/log.html

@@ -47,6 +47,8 @@
     }
 
     .el-table thead th {
+        background: rgba(0, 251, 251, .051) !important;
+        color: #FFF;
         padding: 0;
         height: 34px;
         border-color: rgba(0, 250, 251, 0.20) !important;
@@ -89,7 +91,7 @@
         body,
         #app {
             width: 100%;
-            height: 100%;
+            height: calc(100vh - 60px);
             padding: 0;
             margin: 0;
         }