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