소스 검색

用电监控修改

常志远 1 년 전
부모
커밋
e3b2216c12
1개의 변경된 파일5개의 추가작업 그리고 8개의 파일을 삭제
  1. 5 8
      pages/equipmentDataMonitoring/electronicMonitoring.vue

+ 5 - 8
pages/equipmentDataMonitoring/electronicMonitoring.vue

@@ -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;
+				}
 			}
 		}