Selaa lähdekoodia

代码格式整理

wangb 3 vuotta sitten
vanhempi
commit
c81fa9c794
1 muutettua tiedostoa jossa 73 lisäystä ja 73 poistoa
  1. 73 73
      src/assets/styles/theme/light/jsc.less

+ 73 - 73
src/assets/styles/theme/light/jsc.less

@@ -158,95 +158,95 @@
 
     .wave {
         z-index: 1;
+    }
 
-        .svg-icon.svg-icon-write svg use {
-            fill: @black;
-        }
+    .svg-icon.svg-icon-write svg use {
+        fill: @black;
+    }
 
-        .svg-icon.svg-icon-gray-l svg use {
-            fill: @black;
-        }
+    .svg-icon.svg-icon-gray-l svg use {
+        fill: @black;
+    }
 
-        // 状态监视白色主题样式
-        .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;
-        }
+    // 状态监视白色主题样式
+    .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;
+    }
 
-        .el-scrollbar__wrap {
-            background: @white;
-            transition: @transition;
-        }
+    .el-scrollbar__wrap {
+        background: @white;
+        transition: @transition;
+    }
 
-        .map-1 .btn-group-tabs[data-v-0ec6dd0b] {
-            display: flex;
-            flex-direction: row;
-            background: @white;
-            height: 50px;
-        }
+    .map-1 .btn-group-tabs[data-v-0ec6dd0b] {
+        display: flex;
+        flex-direction: row;
+        background: @white;
+        height: 50px;
+    }
 
-        .status-panel .status-com-panel .p-body .item-box .data-item.light[data-v-74094c42] {
-            background-color: @deepblue;
-            position: relative;
-        }
+    .status-panel .status-com-panel .p-body .item-box .data-item.light[data-v-74094c42] {
+        background-color: @deepblue;
+        position: relative;
+    }
 
-        .status-panel .status-com-panel .p-body .category-box .score span[data-v-74094c42] {
-            color: @deepblue;
-        }
+    .status-panel .status-com-panel .p-body .category-box .score span[data-v-74094c42] {
+        color: @deepblue;
+    }
 
-        //驾驶舱模块-Agc白色主题样式
-        .com-panel2 .panel-header2 .panel-tools2 {
-            color: @black;
-            opacity: 0.3;
-        }
+    //驾驶舱模块-Agc白色主题样式
+    .com-panel2 .panel-header2 .panel-tools2 {
+        color: @black;
+        opacity: 0.3;
+    }
 
-        .panel-table .data-item .data-item-count {
-            color: @deepblue;
-        }
+    .panel-table .data-item .data-item-count {
+        color: @deepblue;
+    }
 
-        .com-panel2 .panel-header2 .panel-title2 {
-            color: @deepblue;
-        }
+    .com-panel2 .panel-header2 .panel-title2 {
+        color: @deepblue;
+    }
 
-        .com-panel2.green .panel-header2 .panel-title2 .panel-icon2 {
-            color: @black;
-        }
+    .com-panel2.green .panel-header2 .panel-title2 .panel-icon2 {
+        color: @black;
+    }
 
-        .com-panel2.green .panel-header2::after {
-            background-image: linear-gradient(to right, @white, rgba(5, 187, 76, 0));
-        }
+    .com-panel2.green .panel-header2::after {
+        background-image: linear-gradient(to right, @white, rgba(5, 187, 76, 0));
+    }
 
-        // 风场
-        .station-tip {
-            background-color: @gray-l;
-            color: @black;
-        }
+    // 风场
+    .station-tip {
+        background-color: @gray-l;
+        color: @black;
+    }
 
-        .el-table td.light,
-        .df-table .el-table td.light,
-        .main-body .custom-table.el-table td.light,
-        .df-table .custom-table.el-table td.light,
-        .main-body .el-table td.always-light,
-        .df-table .el-table td.always-light,
-        .main-body .custom-table.el-table td.always-light,
-        .df-table .custom-table.el-table td.always-light {
-            color: @deepblue  !important;
-            font-weight: bold;
-        }
+    .el-table td.light,
+    .df-table .el-table td.light,
+    .main-body .custom-table.el-table td.light,
+    .df-table .custom-table.el-table td.light,
+    .main-body .el-table td.always-light,
+    .df-table .el-table td.always-light,
+    .main-body .custom-table.el-table td.always-light,
+    .df-table .custom-table.el-table td.always-light {
+        color: @deepblue  !important;
+        font-weight: bold;
+    }
 
-        // 升压站,总貌图svg
-        .svg {
-            #footer text {
-                fill: @black;
-            }
+    // 升压站,总貌图svg
+    .svg {
+        #footer text {
+            fill: @black;
+        }
 
-            #data {
-                text {
-                    fill: @white;
-                }
+        #data {
+            text {
+                fill: @white;
             }
         }
     }