fix(examination): 移除多余的模板标签

- 删除了 examinationApplication.vue 中多余的 </template> 标签
- 修复了组件结构中的标签闭合问题
This commit is contained in:
2026-05-29 09:37:57 +08:00
parent e8a815deea
commit 580183582a

View File

@@ -1,4 +1,4 @@
<template>
<template>
<div
class="exam-app-container"
style="width: 100%; max-width: 1200px;"
@@ -959,7 +959,6 @@
</div>
</div>
</div>
</template>
</div>
</div>
</div>