fix: 删除确认弹框messageBox的类名修改
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user