update:优化

This commit is contained in:
2026-09-23 14:16:00 +08:00
parent 7093d3e4e5
commit 19a4631df3
4 changed files with 39 additions and 4 deletions
+9 -1
View File
@@ -655,7 +655,11 @@ onShow(async () => {
</view>
</ModalDialog>
<ScreenHint :show="confirmBindTip" :onClose="closeConfirmBindTip">
<ScreenHint
:show="confirmBindTip"
:onClose="closeConfirmBindTip"
contentHeight="360rpx"
>
<view class="confirm-bind">
<text>智能弓箭和系统账号需一一对应你确定要将当前登录用户账号绑定这把弓箭吗绑定后不可随意更换</text>
<view class="confirm-actions">
@@ -1319,6 +1323,10 @@ onShow(async () => {
}
.confirm-bind {
width: 100%;
box-sizing: border-box;
padding-top: 100rpx;
transform: translateY(24rpx);
color: rgba(255, 255, 255, 0.7);
font-size: 26rpx;
line-height: 42rpx;