改颜色

This commit is contained in:
zoujiandong 2025-11-14 13:56:17 +08:00
parent 5af6f8c906
commit 5d2d8cc9ff
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@
class="date-tag"
:style="{ backgroundColor: formatTagColor(index) }"
>
<text class="date-text">{{ formatDay(item.begin_date) }}</text>
<text class="date-text" :style="{ color: formatTagColor(index) }">{{ formatDay(item.begin_date) }}</text>
</view>
<!-- 会议内容 -->

View File

@ -68,7 +68,7 @@
class="date-tag"
:style="{ backgroundColor: formatTagColor(index) }"
>
<text class="date-text">{{ formatDay(item.begin_date) }}</text>
<text class="date-text" :style="{ color: formatTagColor(index) }">{{ formatDay(item.begin_date) }}</text>
</view>
<!-- 会议内容 -->