改颜色
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@
|
|||||||
class="date-tag"
|
class="date-tag"
|
||||||
:style="{ backgroundColor: formatTagColor(index) }"
|
: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>
|
||||||
|
|
||||||
<!-- 会议内容 -->
|
<!-- 会议内容 -->
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
class="date-tag"
|
class="date-tag"
|
||||||
:style="{ backgroundColor: formatTagColor(index) }"
|
: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>
|
||||||
|
|
||||||
<!-- 会议内容 -->
|
<!-- 会议内容 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user