This commit is contained in:
binbin_pan 2024-11-26 18:44:52 +08:00
parent 3b42c9d4cd
commit 6fc771028d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
<div class="btn" v-if="currentIndex !== questionList.length - 1">
<u-button type="primary" size="small" shape="circle" text="下一题" @click="currentIndex++" />
</div>
<div class="btn" v-else>
<div class="btn">
<u-button type="primary" size="small" shape="circle" text="交 卷" @click="openConfirmModal" />
</div>
</div>