style: 主题相关调整
This commit is contained in:
@@ -9,10 +9,10 @@ const handleDelete = function () {
|
||||
$dialog.confirm({
|
||||
content: '确认删除?',
|
||||
confirm() {
|
||||
$dialog.success('删除成功', { positiveText: '我知道了' })
|
||||
$message.success('删除成功')
|
||||
},
|
||||
cancel() {
|
||||
$dialog.warning('已取消', { closable: true })
|
||||
$message.warning('已取消')
|
||||
},
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user