细节完善

This commit is contained in:
kron
2025-08-05 17:28:11 +08:00
parent 1ef49ade7b
commit 4f6becbe1e
3 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ function handleTabClick(index) {
class="tab-item" class="tab-item"
@click="handleTabClick(index)" @click="handleTabClick(index)"
:style="{ :style="{
width: index === 1 ? '32%' : '10%', width: index === 1 ? '36%' : '10%',
}" }"
> >
<image :src="tab.image" mode="widthFix" /> <image :src="tab.image" mode="widthFix" />

View File

@@ -137,7 +137,7 @@ onMounted(() => {
}}</view }}</view
> >
</view> </view>
<text>输入分值的情况下系统不提供落点稳定性分</text> <text>推荐在靶纸上落点计分这样可获得稳定性分</text>
<view class="bow-rings"> <view class="bow-rings">
<view <view
v-for="(item, index) in ringTypes" v-for="(item, index) in ringTypes"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 397 B

After

Width:  |  Height:  |  Size: 477 B