lxh 3 месяцев назад
Родитель
Сommit
cfb9204575
1 измененных файлов с 18 добавлено и 3 удалено
  1. 18 3
      src/views/vent/home/colliery/components/wind-device.vue

+ 18 - 3
src/views/vent/home/colliery/components/wind-device.vue

@@ -284,6 +284,7 @@ watch(
 
     .icons-box {
       height: 100%;
+
       .icon-item {
         position: relative;
         display: flex;
@@ -302,13 +303,27 @@ watch(
           text-align: center;
           letter-spacing: 1px;
 
+          .all-count {
+            margin-right: 10px;
+          }
+
           .num-count,
           .num-count1 {
             font-family: 'douyuFont';
             font-size: 12px;
           }
 
-          .warn-count,
+          .warn-count {
+            margin-right: 10px;
+            .num-count {
+              color: #ffffffe0;
+            }
+
+            .num-count1 {
+              color: #ff0000;
+            }
+          }
+
           .close-count {
             .num-count {
               color: #ffffffe0;
@@ -322,12 +337,12 @@ watch(
 
         .allText {
           display: flex;
-          justify-content: space-between;
+          justify-content: flex-start;
         }
 
         .unallText {
           display: flex;
-          justify-content: space-around;
+          justify-content: flex-start;
         }
 
         img {