fix:添加网络题出题界面事件绑定

This commit is contained in:
陆光LG
2025-08-08 00:31:09 +08:00
parent f04f37c504
commit 532bcf1b0b
38 changed files with 1874 additions and 876 deletions

View File

@@ -278,7 +278,7 @@
</div>
<!-- 表单弹窗添加/修改 -->
<FileForm ref="FileRef" @success="handleUploadSuccess" />
<el-dialog v-model="dialogFormVisibleWordInfo" title="考点设置" width="1500px">
<el-dialog v-model="dialogFormVisibleWordInfo" title="考点设置" width="1500px" style="overflow: scroll;">
<Email />
</el-dialog>
</template>
@@ -909,4 +909,4 @@ const openPoints = async () => {
}
}
}
</style>
</style>