1110修改样式

This commit is contained in:
670788339
2025-11-10 19:26:10 +08:00
parent f121a2aaf9
commit a78bac9368
2 changed files with 29 additions and 29 deletions

View File

@@ -318,7 +318,7 @@ export default {
this.searchResults = tags
// 当搜索结果为空时,提示用户可以按回车键创建标签
if (tags.length === 0) {
this.$message.info('无此标签,按回车键创建')
// this.$message.info('无此标签,按回车键创建')
}
} finally {
this.loading = false