细节调整

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

@@ -9,12 +9,12 @@ import audioManager from "@/audioManager";
const guides = [
{
title: "保持5米站距",
src: "https://static.shelingxingqiu.com/attachment/2025-10-29/dduexjgrdx5j4saxvu.png",
title: "箭头对准靶子,直至语音提示激光坐标已校准",
src: "https://static.shelingxingqiu.com/attachment/2025-10-30/ddv9p5fk5wscg7hrfo.png",
},
{
title: "摆出拉弓姿势",
src: "https://static.shelingxingqiu.com/attachment/2025-10-29/dduexjgrd9ziw2yh2c.png",
src: "https://static.shelingxingqiu.com/attachment/2025-10-30/ddv9p5fk5b7ljrhx3o.png",
},
{
title: "调整瞄准器",

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;