信息提示样式

This commit is contained in:
zhaofang
2022-10-18 16:28:18 +08:00
parent 677adb94c5
commit 852dcf080f
3 changed files with 29 additions and 2 deletions

View File

@@ -461,7 +461,7 @@ export default {
}).catch(() => {
this.$message({
type: 'info',
message: '已取消删除'
message: '已取消删除',
});
});
},