选中样式

This commit is contained in:
670788339
2025-11-11 14:22:19 +08:00
parent cfa7d0a9aa
commit 367c237cf4

View File

@@ -585,9 +585,9 @@ export default {
},
methods: {
isAllHotTagsSelected() {
return !this.hotTagsList.some(tag => tag.checked);
},
// isAllHotTagsSelected() {
// return !this.hotTagsList.some(tag => tag.checked);
// },
handleClearHotTags() {
// 清除所有热点标签的选中状态
this.hotTagsList.forEach(tag => {