选中样式

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: { methods: {
isAllHotTagsSelected() { // isAllHotTagsSelected() {
return !this.hotTagsList.some(tag => tag.checked); // return !this.hotTagsList.some(tag => tag.checked);
}, // },
handleClearHotTags() { handleClearHotTags() {
// 清除所有热点标签的选中状态 // 清除所有热点标签的选中状态
this.hotTagsList.forEach(tag => { this.hotTagsList.forEach(tag => {