|
@@ -146,6 +146,11 @@
|
|
上月
|
|
上月
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <!-- 箭头 -->
|
|
|
|
+ <view class="more">
|
|
|
|
+ <u-icon name="arrow-right" color="#d4d4d4" size="24"></u-icon>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -177,12 +182,19 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="item-value">
|
|
<view class="item-value">
|
|
- <view class="value1">
|
|
|
|
- {{item.meterName}}
|
|
|
|
- </view>
|
|
|
|
- <view class="value2">
|
|
|
|
- {{item.installationAddressSimple}}
|
|
|
|
- </view>
|
|
|
|
|
|
+ <view class="value-content">
|
|
|
|
+ <view class="value1">
|
|
|
|
+ {{item.meterName}}
|
|
|
|
+ </view>
|
|
|
|
+ <view class="value2">
|
|
|
|
+ {{item.installationAddressSimple}}
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <!-- 箭头 -->
|
|
|
|
+ <view class="more">
|
|
|
|
+ <u-icon name="arrow-right" color="#d4d4d4" size="24"></u-icon>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -225,6 +237,11 @@
|
|
</view>
|
|
</view>
|
|
{{item.smokeStatus=='1' ? '正常' : '异常'}}
|
|
{{item.smokeStatus=='1' ? '正常' : '异常'}}
|
|
</view>
|
|
</view>
|
|
|
|
+ <!-- 箭头 -->
|
|
|
|
+ <view class="more">
|
|
|
|
+ <u-icon name="arrow-right" color="#d4d4d4" size="24"></u-icon>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="company-name">
|
|
<view class="company-name">
|
|
@@ -1136,8 +1153,9 @@
|
|
.electricity {
|
|
.electricity {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
flex: 1;
|
|
flex: 1;
|
|
- margin-left: 32rpx;
|
|
|
|
|
|
+ margin-left: 16rpx;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
|
.electricity-item {
|
|
.electricity-item {
|
|
@@ -1241,6 +1259,11 @@
|
|
|
|
|
|
.item-value {
|
|
.item-value {
|
|
text-align: right;
|
|
text-align: right;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ .more{
|
|
|
|
+ margin-left: 8rpx;
|
|
|
|
+ }
|
|
|
|
|
|
.value1 {
|
|
.value1 {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -1317,6 +1340,9 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
margin-left: 24rpx;
|
|
margin-left: 24rpx;
|
|
}
|
|
}
|
|
|
|
+ .more{
|
|
|
|
+ margin-left: 8rpx;
|
|
|
|
+ }
|
|
|
|
|
|
.img {
|
|
.img {
|
|
width: 32rpx;
|
|
width: 32rpx;
|
|
@@ -1325,6 +1351,7 @@
|
|
margin-right: 8rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
|
|
// 监控信息
|
|
// 监控信息
|
|
.infos {
|
|
.infos {
|