细节调整

This commit is contained in:
kron
2025-11-05 14:27:58 +08:00
parent 2e9d257faa
commit 42a7d49603
6 changed files with 18 additions and 15 deletions

View File

@@ -107,7 +107,7 @@ onMounted(() => {
<template>
<view class="container">
<view class="header" v-if="totalRound > 0 || power">
<view class="header" v-if="totalRound > 0">
<text v-if="totalRound > 0" class="round-count">{{
(currentRound > totalRound ? totalRound : currentRound) +
"/" +