Commit 201a364ec1f4701be6a99306aa7eae8075cc090c

Authored by liufangjia
1 parent 4f7697b7

feat: 代码提交

src/assets/css/base.css
... ... @@ -49,6 +49,6 @@ input[type="number"]::-webkit-outer-spin-button {
49 49 background: #667ffd;
50 50 }
51 51  
52   -/* .el-message-box .el-button--default {
  52 +.el-message-box .el-button--default {
53 53 color: #fff;
54   -} */
  54 +}
... ...
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(() => {
... ...