feat: 调整样式

This commit is contained in:
Blizzard
2026-02-14 11:31:44 +08:00
parent cbbe82ef63
commit d6f781a666
42 changed files with 827 additions and 293 deletions
+1
View File
@@ -78,6 +78,7 @@
</view>
<view class="topic-list">
<view class="topic-tag {{selectedTopics.includes(item) ? 'selected' : ''}}"
style="{{selectedTopics.includes(item) ? 'color:' + topicColors[index % topicColors.length] + '; background-color:' + topicBgColors[index % topicBgColors.length] : ''}}"
wx:for="{{suggestedTopics}}"
wx:key="*this"
bindtap="toggleTopic"