fix: 统一单选删除弹框的按钮样式

This commit is contained in:
刘洪洪
2024-04-12 16:19:55 +08:00
parent 6dc3ab1058
commit 858b85b023
6 changed files with 31 additions and 0 deletions

View File

@@ -167,6 +167,7 @@ export default {
this.$confirm(this.$t('tip.confirmDelete'), {
confirmButtonText: this.$t('tip.yes'),
cancelButtonText: this.$t('tip.no'),
customClass: 'single-del-model',
type: 'warning'
}).then(() => {
this.toggleLoading(true)