常志远 1 year ago
parent
commit
113285be71
1 changed files with 12 additions and 0 deletions
  1. 12 0
      pages/equipmentDataMonitoring/dataMonitoring-list.vue

+ 12 - 0
pages/equipmentDataMonitoring/dataMonitoring-list.vue

@@ -70,6 +70,12 @@
 								烟感异常
 							</view>
 						</view>
+						<view class="state1" >
+							<view class="icon icon4"></view>
+							<view class="text">
+								设备在线
+							</view>
+						</view>
 					</view>
 				</view>
 				<!-- 设备信息 -->
@@ -388,7 +394,10 @@
 				.state {
 					display: flex;
 					align-items: center;
+					flex-wrap: wrap;
+					justify-content: flex-end;
 					margin-left: auto;
+					flex: 1;
 
 					.state1 {
 						display: flex;
@@ -410,6 +419,9 @@
 						.icon3 {
 							background-color: #C2C2C2;
 						}
+						.icon4{
+							background-color: rgba(0,185,98,1);
+						}
 					}
 				}
 			}