fix: 删除确认弹框messageBox的类名修改

This commit is contained in:
刘洪洪
2024-04-12 16:53:49 +08:00
parent 858b85b023
commit 6bbf73bdc3
6 changed files with 7 additions and 7 deletions

View File

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