Selaa lähdekoodia

解决手环曲线图放大显示问题

zhaomiao 4 vuotta sitten
vanhempi
commit
3884d7ee97
1 muutettua tiedostoa jossa 5 lisäystä ja 3 poistoa
  1. 5 3
      components/bracelet/braceletHistoryCurve.vue

+ 5 - 3
components/bracelet/braceletHistoryCurve.vue

@@ -4,7 +4,7 @@
 		<view @tap="closeFrame">
 			<cu-custom bgColor="bg-gradual-sisBlack" :isBack="true">
 				<block slot="backText">
-					<view style="height: 80rpx;line-height: 80rpx;color: silver;">返回</view>
+					<view style="height: 80rpx;line-height: 80rpx;color: silver;" >返回</view>
 				</block>
 				<block slot="content">
 					<view style="color: silver;">手环历史曲线</view>
@@ -1284,8 +1284,10 @@
 		position: absolute;
 		top: 13%;
 		left: 1.5%;
-		width: 300upx;
-		height: 200upx;
+		/* width: 300upx;
+		height: 200upx; */
+		height: 48%;
+		width: 97%;
 		margin-top: 13%;
 	}
 	.line{