改颜色
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
<!-- 会议内容 -->
|
||||
|
||||
Reference in New Issue
Block a user