|
@@ -12,7 +12,7 @@
|
|
<text class="font_3 text_3 home-header-subtitle">我是小U,您的健康智慧管家。</text>
|
|
<text class="font_3 text_3 home-header-subtitle">我是小U,您的健康智慧管家。</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="flex-row items-center home_add_devive space-x-10" @click="addBindDevice">
|
|
|
|
|
|
+ <view class="flex-row justify-center items-center home_add_devive space-x-10" @click="addBindDevice">
|
|
<image
|
|
<image
|
|
class="image_4"
|
|
class="image_4"
|
|
src="../../static/home/homeIconAdd.png"
|
|
src="../../static/home/homeIconAdd.png"
|
|
@@ -205,12 +205,12 @@
|
|
class="shrink-0 image_10"
|
|
class="shrink-0 image_10"
|
|
src="../../static/home/homeIconHeart.png"
|
|
src="../../static/home/homeIconHeart.png"
|
|
/>
|
|
/>
|
|
- <text class="font_1 text_14">心率</text>
|
|
|
|
|
|
+ <view class="font_1 text_14">心率</view>
|
|
</view>
|
|
</view>
|
|
<text class="self-start font_5 text_15">{{ pjxl }}</text>
|
|
<text class="self-start font_5 text_15">{{ pjxl }}</text>
|
|
<text class="self-start font_6 text_16">次/分</text>
|
|
<text class="self-start font_6 text_16">次/分</text>
|
|
</view>
|
|
</view>
|
|
- <view class="flex-col justify-start shrink-0 relative home-data-chart content">
|
|
|
|
|
|
+ <view class="flex-col flex-auto justify-start shrink-0 relative home-data-chart content">
|
|
<view class="echarts-wrap">
|
|
<view class="echarts-wrap">
|
|
<mpvue-echarts class="ec-canvas" canvasId="canvasChart-1" ref="xinlvRefChart" @onInit="onInit1"></mpvue-echarts>
|
|
<mpvue-echarts class="ec-canvas" canvasId="canvasChart-1" ref="xinlvRefChart" @onInit="onInit1"></mpvue-echarts>
|
|
</view>
|
|
</view>
|
|
@@ -229,7 +229,7 @@
|
|
<text class="self-start font_5 text_15">{{ pjhx }}</text>
|
|
<text class="self-start font_5 text_15">{{ pjhx }}</text>
|
|
<text class="self-start font_6 text_16">次/分</text>
|
|
<text class="self-start font_6 text_16">次/分</text>
|
|
</view>
|
|
</view>
|
|
- <view class="flex-col justify-start shrink-0 relative home-data-chart content">
|
|
|
|
|
|
+ <view class="flex-col flex-auto justify-start shrink-0 relative home-data-chart content">
|
|
<view class="echarts-wrap">
|
|
<view class="echarts-wrap">
|
|
<mpvue-echarts class="ec-canvas" canvasId="canvasChart-2" ref="huxiRefChart" @onInit="onInit2"></mpvue-echarts>
|
|
<mpvue-echarts class="ec-canvas" canvasId="canvasChart-2" ref="huxiRefChart" @onInit="onInit2"></mpvue-echarts>
|
|
</view>
|
|
</view>
|
|
@@ -850,10 +850,8 @@ export default {
|
|
background-color: #0233c699;
|
|
background-color: #0233c699;
|
|
border-radius: 1rem;
|
|
border-radius: 1rem;
|
|
backdrop-filter: blur(0.63rem);
|
|
backdrop-filter: blur(0.63rem);
|
|
- width: 20.94rem;
|
|
|
|
|
|
|
|
.image_4 {
|
|
.image_4 {
|
|
- margin-left: 6.38rem;
|
|
|
|
width: 1.5rem;
|
|
width: 1.5rem;
|
|
height: 1.5rem;
|
|
height: 1.5rem;
|
|
}
|
|
}
|
|
@@ -1448,6 +1446,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.home-data-left-title {
|
|
.home-data-left-title {
|
|
|
|
+ width: max-content;
|
|
}
|
|
}
|
|
.font_5 {
|
|
.font_5 {
|
|
font-size: 2.5rem;
|
|
font-size: 2.5rem;
|
|
@@ -1470,7 +1469,8 @@ export default {
|
|
}
|
|
}
|
|
.home-data-chart {
|
|
.home-data-chart {
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
- width: 17.19rem;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+
|
|
.group_10 {
|
|
.group_10 {
|
|
padding-left: 2.06rem;
|
|
padding-left: 2.06rem;
|
|
padding-bottom: 2.25rem;
|
|
padding-bottom: 2.25rem;
|