UI细节调整

This commit is contained in:
kron
2025-06-18 21:30:54 +08:00
parent 38301f2f68
commit 554f891e31
9 changed files with 14 additions and 12 deletions

View File

@@ -149,7 +149,7 @@ onUnmounted(() => {
/>
<Timer :seq="timerSeq" :callBack="readyToGo" />
</view>
<view :style="{ marginBottom: '10px' }">
<view :style="{ marginBottom: '20px' }">
<SButton v-if="!battleId" :onClick="matching ? stopMatch : startMatch">{{
matching ? "取消匹配" : "开始匹配"
}}</SButton>