|
@@ -101,7 +101,7 @@
|
|
|
<image class="img" src="@/assets/img/meterStatistics@3x.png"></image>电量统计(度)
|
|
|
</view>
|
|
|
<view class="item-value">
|
|
|
- {{electricity}}
|
|
|
+ <text>{{electricity}}</text> <u-icon name="arrow-right" color="#cccccc" size="24" ></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="statistics-item" >
|
|
@@ -1081,13 +1081,7 @@
|
|
|
|
|
|
|
|
|
.background::after {
|
|
|
- // content: '';
|
|
|
- // position: absolute;
|
|
|
- // width: 160%;
|
|
|
- // height: 150px;
|
|
|
- // background-color: rgba(22, 119, 255, 1);
|
|
|
- // left: -30%;
|
|
|
- // border-radius: 0 0 50% 50%;
|
|
|
+
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
bottom:-39rpx;
|
|
@@ -1200,6 +1194,9 @@
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
+ text{
|
|
|
+ margin-right: 4rpx;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|