|
@@ -115,7 +115,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="outfire_li" v-if="outfireEnd">
|
|
<view class="outfire_li" v-if="outfireEnd">
|
|
<img src="@/images/icon_sy_mhwc.png">
|
|
<img src="@/images/icon_sy_mhwc.png">
|
|
- <text style="color: #FF2333;">灭火完成,请您及时补充灭火设备耗材</text>
|
|
|
|
|
|
+ <text style="color: #FF2333;" class="finish">自动灭火完成,请确保在关闭灭火一体机电源后补充灭火耗材,耗材补充完毕需要打开电源并点击一体机上的复位按钮</text>
|
|
</view>
|
|
</view>
|
|
<template v-if="fireListType && !fireStartType && !outfireEnd">
|
|
<template v-if="fireListType && !fireStartType && !outfireEnd">
|
|
<view class="outfire_li">
|
|
<view class="outfire_li">
|
|
@@ -1603,12 +1603,18 @@ export default {
|
|
.outfire_li {
|
|
.outfire_li {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
- align-items: center;
|
|
|
|
|
|
+ padding: 20rpx 10rpx;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ //align-items: center;
|
|
|
|
+ .finish{
|
|
|
|
+ flex: 1;
|
|
|
|
+ }
|
|
|
|
|
|
>img {
|
|
>img {
|
|
width: 24rpx;
|
|
width: 24rpx;
|
|
height: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 12rpx;
|
|
margin-right: 12rpx;
|
|
|
|
+ margin-top: 8rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.normal {
|
|
.normal {
|