Commit 7a3c417e authored by zhangyanni's avatar zhangyanni

首页

parent ec79f359
......@@ -78,10 +78,10 @@
<div class="broadcastWrapper" v-if="activeInfo.length!=0">
<div>
<span><img src="../../../assets/img/index/announce.gif" alt=""></span>
<span :class="lang==1?'':'matchStateEn'">{{$t("indexCount.matchState")}}</span>
<span :class="lang==1?'':'matchStateEn'" style="min-width: 150px;">{{$t("indexCount.matchState")}}</span>
<swiper :options="activeInfoSwiperOption" class="swiper-activeinfo" ref="myActiveInfoSwiper" v-if="activeInfo.length!=0">
<swiper-slide v-for="(item,index) in activeInfo" :key="index" style="width: 1200px;line-height: 50px; !important;text-align: left">
<span :class="lang==1?'dwote':'dwote sliderStateEn'" style="width: 100%;">{{item.title}}</span>
<swiper-slide v-for="(item,index) in activeInfo" :key="index" style="width: 900px;line-height: 50px; !important;text-align: left">
<span :class="lang==1?'dwote':'dwote sliderStateEn'" style="width: 900px;">{{item.title}}</span>
</swiper-slide>
</swiper>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment