Merge pull request #144 from wzhzzmzzy/fix/word-practice-scroll-style

fix: 调整Next按钮的位置,避免和滚动条重叠
This commit is contained in:
Zyronon
2025-10-31 15:33:49 +08:00
committed by GitHub

View File

@@ -548,7 +548,7 @@ useEvents([
<div class="word">{{ prevWord.word }}</div>
</Tooltip>
</div>
<div class="center gap-2 cursor-pointer float-right "
<div class="center gap-2 cursor-pointer float-right mr-3"
@click="next(false)"
v-if="nextWord">
<Tooltip