细节完善

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"
@click="handleTabClick(index)"
:style="{
width: index === 1 ? '32%' : '10%',
width: index === 1 ? '36%' : '10%',
}"
>
<image :src="tab.image" mode="widthFix" />