Commit 25fa981250c42411fcdc12d6fac1a010e77a403a
1 parent
df2979bc
feat: 代码提交
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue
@@ -761,6 +761,7 @@ export default { | @@ -761,6 +761,7 @@ export default { | ||
761 | cancelButtonText: "取消", | 761 | cancelButtonText: "取消", |
762 | confirmButtonClass: "el-button--danger1", | 762 | confirmButtonClass: "el-button--danger1", |
763 | cancelButtonClass: "el-button--primary", | 763 | cancelButtonClass: "el-button--primary", |
764 | + modal: false, // 去掉蒙层 | ||
764 | type: "warning", | 765 | type: "warning", |
765 | }) | 766 | }) |
766 | .then(() => { | 767 | .then(() => { |