部署优化
This commit is contained in:
@@ -95,6 +95,7 @@ function selectTab(tab: SlipMode) {
|
||||
}
|
||||
|
||||
function closeDrawer() {
|
||||
slip.closeDrawer();
|
||||
show.value = false;
|
||||
error.value = '';
|
||||
success.value = '';
|
||||
@@ -305,7 +306,7 @@ watch(
|
||||
<p class="drawer-kicker">{{ t('bet.bet_slip') }}</p>
|
||||
<h3>{{ t('bet.slip_review_title') }}</h3>
|
||||
</div>
|
||||
<button type="button" class="close-btn" :aria-label="t('bet.cancel')" @click="closeDrawer">
|
||||
<button type="button" class="close-btn" :aria-label="t('bet.cancel')" @click.stop="closeDrawer">
|
||||
✕
|
||||
</button>
|
||||
</div>
|
||||
@@ -473,6 +474,9 @@ watch(
|
||||
}
|
||||
|
||||
.drawer-head {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
@@ -497,6 +501,9 @@ watch(
|
||||
}
|
||||
|
||||
.close-btn {
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
flex-shrink: 0;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 50%;
|
||||
@@ -504,6 +511,8 @@ watch(
|
||||
color: var(--text-muted);
|
||||
font-size: 18px;
|
||||
padding: 0;
|
||||
pointer-events: auto;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
.balance-bar {
|
||||
|
||||
Reference in New Issue
Block a user