细节修改

This commit is contained in:
kron
2025-10-03 11:15:48 +08:00
parent 96fc942d02
commit e91ba88b9f

View File

@@ -46,7 +46,7 @@ onMounted(() => {
<text>{{ data.createAt }}</text>
</view>
<view>
<text>黄心率{{ data.yellowRate * 100 }}%</text>
<text>黄心率{{ Number(data.yellowRate * 100) }}%</text>
<text>10环数{{ data.tenRings }}</text>
<text>平均{{ data.averageRing }}</text>
</view>
@@ -70,7 +70,7 @@ onMounted(() => {
border-radius: 25rpx;
margin-bottom: 25rpx;
height: 200rpx;
border: 2rpx solid #FED848;
border: 2rpx solid #fed848;
}
.container > view {
position: relative;