fanghuisheng преди 3 години
родител
ревизия
03da7abe79
променени са 2 файла, в които са добавени 6 реда и са изтрити 2 реда
  1. 3 1
      WebRoot/view/scripts/log.html
  2. 3 1
      out/artifacts/YtIoT_Web_exploded/view/scripts/log.html

+ 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;
         }