【修改】试卷任务共享,知识点全选,操作题试题考点的移动,考点设置的题干位置,监控管理更新时间,清除缓存去掉提示
This commit is contained in:
@@ -202,7 +202,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 弹框 -->
|
||||
<el-dialog
|
||||
<Dialog
|
||||
title="考点设置"
|
||||
v-model="kaoDialogVisible"
|
||||
width="60%"
|
||||
@@ -210,6 +210,16 @@
|
||||
class="custom-dialog"
|
||||
draggable
|
||||
>
|
||||
<!-- ✅ 新增:题干展示区 -->
|
||||
<div
|
||||
style="border: 1px solid #ddd; padding: 10px; margin: 10px 0; border-radius: 6px; max-height: 100%; overflow: hidden;"
|
||||
>
|
||||
<h3 style="margin: 0 0 8px 0;">试题内容:</h3>
|
||||
<el-scrollbar height="200px">
|
||||
<!-- 支持富文本渲染 -->
|
||||
<div v-html="formData.content" style="white-space: pre-wrap;"></div>
|
||||
</el-scrollbar>
|
||||
</div>
|
||||
<!-- 可滚动容器 -->
|
||||
<div style="height: 400px; overflow-y: auto;width:100%;">
|
||||
<el-table
|
||||
@@ -321,7 +331,7 @@
|
||||
<el-button @click="kaoDialogVisible = false">取消</el-button>
|
||||
<el-button type="primary" @click="confirmKao">确定</el-button>
|
||||
</template>
|
||||
</el-dialog>
|
||||
</Dialog>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user