UI细节调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user