细节完善
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user