Pārlūkot izejas kodu

设备基本运行情况界面优化

wyh 1 gadu atpakaļ
vecāks
revīzija
5b1e27344c

+ 5 - 3
src/views/modules_guAn/visualization/modules/EquipmentInfo.vue

@@ -78,8 +78,8 @@
       </div>
       <div style="height: 22%; margin-top: 2%;">
         <div class="bo">
-          <div></div>
-          <div></div>
+          <div style="width: 35%; padding-left: 2%">2023-12-28</div>
+          <div style="width: 65%;">C1压机排气温度低</div>
         </div>
       </div>
     </div>
@@ -265,8 +265,10 @@ export default {
   }
   .bo>div{
     height: 100%;
-    width: 50%;
     color: #eeeeee;
+    font-size: 16px;
     // border: 1px solid rgb(255, 255, 255);
+    display: flex;
+    align-items: center;
   }
 </style>