fix: 统一单选删除弹框的按钮样式
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user