细节修改

This commit is contained in:
kron
2025-07-25 09:59:54 +08:00
parent 553e23ed46
commit 85f1f7e33d
9 changed files with 52 additions and 32 deletions

View File

@@ -40,6 +40,9 @@ defineProps({
<text></text>
</view>
</view>
<block v-if="roundResults.length < 3">
<view v-for="i in 3 - roundResults.length" :key="i"> </view>
</block>
</view>
<view>
<view v-for="(result, index) in roundResults" :key="index">
@@ -58,6 +61,9 @@ defineProps({
<text></text>
</view>
</view>
<block v-if="roundResults.length < 3">
<view v-for="i in 3 - roundResults.length" :key="i"> </view>
</block>
</view>
</view>
</view>
@@ -110,6 +116,7 @@ defineProps({
background-color: #692735;
}
.players > view > view {
min-height: 28px;
width: 85%;
padding: 5px 20px;
margin-bottom: 5px;