update:优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user