改颜色
This commit is contained in:
parent
5af6f8c906
commit
5d2d8cc9ff
@ -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>
|
||||
|
||||
<!-- 会议内容 -->
|
||||
|
||||
@ -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>
|
||||
|
||||
<!-- 会议内容 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user