Koishi пре 6 дана
родитељ
комит
03eed18bf4

BIN
src/assets/png/3dback_1.png


+ 15 - 3
src/nxfStyle.less

@@ -1,7 +1,8 @@
-@picker-bg-color: fade(rgb(3, 7, 19), 95);
+@picker-bg-color: fade(rgb(3, 7, 19), 0.95);
 
 #appBody.nsfStyle {
-    background: #09172b;
+    // background: #09172b;
+    background: #1f2d5b;
 
     // /integratedAlarm/safe/realwarning 卡片
     .card {
@@ -306,7 +307,8 @@
 
     // 页面渲染 router 部分背景颜色
     .main-body {
-        background: rgb(3, 7, 19);
+        // background: rgb(3, 7, 19);
+        background: #1f2d5b;
     }
 
     // el-dialog 弹窗
@@ -318,6 +320,7 @@
         &.el-dialog--center .el-dialog__body,
         .el-dialog__body {
             padding: 16px 24px;
+            min-height: 400px;
         }
 
         &.hide-header {
@@ -330,6 +333,15 @@
                 }
             }
         }
+
+        .el-dialog__close {
+            font-size: 18px !important;
+            color: #ccc !important;
+
+            &:hover {
+                color: #fff !important;
+            }
+        }
     }
 
     // el-dialog 弹窗 class el-overlay

+ 2 - 1
src/views/IntegratedAlarm/DetailMatrix/index.vue

@@ -2134,7 +2134,8 @@ export default {
     }
 
     .matrix-box {
-      background-color: rgba(0, 0, 0, 0.45);
+      // background-color: rgba(0, 0, 0, 0.45);
+      background: #1f2d5b;
     }
 
     .matrixs {

+ 2 - 1
src/views/IntegratedAlarm/DetailMatrix/index_backup.vue

@@ -1945,7 +1945,8 @@
             }
 
             .matrix-box {
-                background-color: rgba(0, 0, 0, 0.45);
+                // background-color: rgba(0, 0, 0, 0.45);
+                background: #1f2d5b;
             }
 
             .matrixs {

+ 1 - 1
src/views/SandTable/SandTable.vue

@@ -1580,7 +1580,7 @@
         // height: 100%;
         height: 98vh;
         position: relative;
-        background-image: url("../../assets/png/3dback.png");
+        background-image: url("../../assets/png/3dback_1.png");
 
         .i3dback {
             position: fixed;

+ 2 - 1
src/views/stateMonitor/DetailMatrix/index.vue

@@ -1637,7 +1637,8 @@ export default {
     }
 
     .matrix-box {
-      background-color: rgba(0, 0, 0, 0.45);
+      // background-color: rgba(0, 0, 0, 0.45);
+      background: #1f2d5b;
     }
     .matrixs {
       width: 100%;