Commit 201a364ec1f4701be6a99306aa7eae8075cc090c
1 parent
4f7697b7
feat: 代码提交
Showing
2 changed files
with
7 additions
and
2 deletions
src/assets/css/base.css
src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue
... | ... | @@ -694,6 +694,11 @@ export default { |
694 | 694 | this.$confirm("确定要清空试题篮内的全部题目吗?", "提示", { |
695 | 695 | confirmButtonText: "确定", |
696 | 696 | cancelButtonText: "取消", |
697 | + confirmButtonClass: "el-button--danger1", | |
698 | + cancelButtonClass: "el-button--primary", | |
699 | + showClose: false, | |
700 | + roundButton: true, | |
701 | + center: false, | |
697 | 702 | type: "warning", |
698 | 703 | }) |
699 | 704 | .then(() => { | ... | ... |