细节调整

This commit is contained in:
kron
2025-10-30 10:11:15 +08:00
parent 1dcbb7cf2f
commit a8ee1f0be3
2 changed files with 7 additions and 7 deletions

View File

@@ -180,7 +180,7 @@ onShow(() => {
class="device-binded"
:style="{ marginBottom: calibration ? '250rpx' : '100rpx' }"
>
<view @click="toDeviceIntroPage">
<view>
<image src="../static/device-icon.png" mode="widthFix" />
<text>{{ device.deviceName }}</text>
<view class="calibration" v-if="calibration">
@@ -234,7 +234,7 @@ onShow(() => {
</view>
<view v-if="device.deviceId && !justBind" class="has-device">
<view class="device-binded">
<view @click="toDeviceIntroPage">
<view>
<image src="../static/device-icon.png" mode="widthFix" />
<text>{{ device.deviceName }}</text>
<view class="calibration">
@@ -425,8 +425,8 @@ onShow(() => {
color: #287fff;
display: flex;
align-items: center;
margin-bottom: 15rpx;
margin-left: 50rpx;
padding-bottom: 15rpx;
padding-left: 50rpx;
}
.calibration > button > image {
width: 28rpx;