This commit is contained in:
kron
2025-08-05 15:17:19 +08:00
parent dabc598eee
commit 4b9fe45ad2
11 changed files with 21 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ onLoad(async (options) => {
<image
src="../static/s-triangle.png"
mode="widthFix"
:style="{ bottom: selectedIndex !== index ? '0' : '-6px' }"
:style="{ bottom: selectedIndex !== index ? '0' : '-5px' }"
/>
</view>
</view>