细节调整
This commit is contained in:
@@ -9,12 +9,12 @@ import audioManager from "@/audioManager";
|
|||||||
|
|
||||||
const guides = [
|
const guides = [
|
||||||
{
|
{
|
||||||
title: "保持5米站距",
|
title: "箭头对准靶子,直至语音提示激光坐标已校准",
|
||||||
src: "https://static.shelingxingqiu.com/attachment/2025-10-29/dduexjgrdx5j4saxvu.png",
|
src: "https://static.shelingxingqiu.com/attachment/2025-10-30/ddv9p5fk5wscg7hrfo.png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "摆出拉弓姿势",
|
title: "摆出拉弓姿势",
|
||||||
src: "https://static.shelingxingqiu.com/attachment/2025-10-29/dduexjgrd9ziw2yh2c.png",
|
src: "https://static.shelingxingqiu.com/attachment/2025-10-30/ddv9p5fk5b7ljrhx3o.png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "调整瞄准器",
|
title: "调整瞄准器",
|
||||||
|
|||||||
@@ -180,7 +180,7 @@ onShow(() => {
|
|||||||
class="device-binded"
|
class="device-binded"
|
||||||
:style="{ marginBottom: calibration ? '250rpx' : '100rpx' }"
|
:style="{ marginBottom: calibration ? '250rpx' : '100rpx' }"
|
||||||
>
|
>
|
||||||
<view @click="toDeviceIntroPage">
|
<view>
|
||||||
<image src="../static/device-icon.png" mode="widthFix" />
|
<image src="../static/device-icon.png" mode="widthFix" />
|
||||||
<text>{{ device.deviceName }}</text>
|
<text>{{ device.deviceName }}</text>
|
||||||
<view class="calibration" v-if="calibration">
|
<view class="calibration" v-if="calibration">
|
||||||
@@ -234,7 +234,7 @@ onShow(() => {
|
|||||||
</view>
|
</view>
|
||||||
<view v-if="device.deviceId && !justBind" class="has-device">
|
<view v-if="device.deviceId && !justBind" class="has-device">
|
||||||
<view class="device-binded">
|
<view class="device-binded">
|
||||||
<view @click="toDeviceIntroPage">
|
<view>
|
||||||
<image src="../static/device-icon.png" mode="widthFix" />
|
<image src="../static/device-icon.png" mode="widthFix" />
|
||||||
<text>{{ device.deviceName }}</text>
|
<text>{{ device.deviceName }}</text>
|
||||||
<view class="calibration">
|
<view class="calibration">
|
||||||
@@ -425,8 +425,8 @@ onShow(() => {
|
|||||||
color: #287fff;
|
color: #287fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 15rpx;
|
padding-bottom: 15rpx;
|
||||||
margin-left: 50rpx;
|
padding-left: 50rpx;
|
||||||
}
|
}
|
||||||
.calibration > button > image {
|
.calibration > button > image {
|
||||||
width: 28rpx;
|
width: 28rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user