|
|
@@ -321,9 +321,8 @@
|
|
|
<Card class="card card-upcoming" style="margin-top: 8px;height: 367px" @contextmenu.native.prevent>
|
|
|
<Carousel autoplay :height="350" :autoplay-speed="5000" :radius-dot="true" loop>
|
|
|
<CarouselItem v-for="(item, index) in dataCarouselItems">
|
|
|
- <a @click="showActivity(item)">
|
|
|
- <img :src="$config.imgUrl + item.annexPaths[0].url" style="width: 100%;height: 100%;">
|
|
|
- </a>
|
|
|
+ <a><img :src="$config.imgUrl + item.annexPaths[0].url" style="width: 100%;height: 100%;"
|
|
|
+ @click="showActivity(item)"></a>
|
|
|
</CarouselItem>
|
|
|
</Carousel>
|
|
|
</Card>
|