修复前端一些BUG

This commit is contained in:
user123456
2025-06-12 13:29:55 +08:00
parent 913ac6b738
commit 27834e5140
2 changed files with 78 additions and 157 deletions

View File

@@ -986,7 +986,10 @@
`;
displayFilteredTags(tags);
// 确保显示tag列表并滚动到顶部
elements.tagList.classList.add('show');
elements.tagList.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
// 显示过滤后的标签