@@ -66,7 +66,7 @@
</view>
<view class="acttags">
- <text v-for="i in item.actTagsShow" :key="i">{{i.label}}</text>
+ <text v-for="(i,indexx) in item.actTagsShow" :key="indexx">{{i.label}}</text>
@@ -424,11 +424,12 @@
font-size: var(--font20Size);
}
+
.leader {
font-size: 12px;
text-align: center;
color: #23B67A;
-
text:last-child {
font-size: 16px;
padding: 0 0 0 1vw;