From a8ee1f0be300d0418c41a0e33c0bda15cf631c36 Mon Sep 17 00:00:00 2001 From: kron Date: Thu, 30 Oct 2025 10:11:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/calibration.vue | 6 +++--- src/pages/my-device.vue | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/calibration.vue b/src/pages/calibration.vue index 9bc7b49..71d230d 100644 --- a/src/pages/calibration.vue +++ b/src/pages/calibration.vue @@ -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: "调整瞄准器", diff --git a/src/pages/my-device.vue b/src/pages/my-device.vue index 39f212e..3560e63 100644 --- a/src/pages/my-device.vue +++ b/src/pages/my-device.vue @@ -180,7 +180,7 @@ onShow(() => { class="device-binded" :style="{ marginBottom: calibration ? '250rpx' : '100rpx' }" > - + {{ device.deviceName }} @@ -234,7 +234,7 @@ onShow(() => { - + {{ device.deviceName }} @@ -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;