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