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