Administrator 3 роки тому
батько
коміт
0ddac3e384

+ 2 - 1
src/assets/styles/common/common.less

@@ -17,7 +17,8 @@
 
 // 亮色主题
 @import "../theme/light/light-jsc.less"; // 驾驶舱
-@import "../theme/light/jsc-jcjz.less"; // 基础矩阵
+@import "../theme/light/jsc-jcjz.less"; // 驾驶舱-基础矩阵
+@import "../theme/light/jsc-ztjs.less"; // 驾驶舱-状态监视
 @import "../theme/light/light-jjyx.less"; // 经济运行
 @import "../theme/light/light-sp.less"; // 沙盘
 @import "../theme/light/light-qt.less"; // 其他

+ 2 - 2
src/assets/styles/theme/light/jsc-jcjz.less

@@ -1,4 +1,4 @@
-// 经济运行模块-基础矩阵白色主题样式
+// 驾驶舱模块-基础矩阵白色主题样式
 
 @import "./setting.less";
 
@@ -21,7 +21,7 @@
         color: @green;
     }
 
-    // 经济运行模块-矩阵白色主题样式二级页面
+    //驾驶舱模块-矩阵白色主题样式二级页面
     //基本信息-日发电量1
     .wind-site-base-info .generation {
         background: #fff;

+ 11 - 0
src/assets/styles/theme/light/jsc-ztjs.less

@@ -0,0 +1,11 @@
+//驾驶舱模块-状态监视白色主题样式
+@import "./setting.less";
+#appBody.light {
+    .status-panel .status-com-panel .p-body .category-box[data-v-74094c42]{
+        width: 100%;
+        background-color: @white;
+        transition : @transition;
+        display: flex;
+        margin-bottom: 0.37vh;
+    }
+}