|
@@ -149,8 +149,8 @@
|
|
|
</div>
|
|
|
<div class="home-ad-xw" v-if="homeList3[0]">
|
|
|
<div class="ad-free-img">
|
|
|
- <img v-if="activeKey" :src="homeList3[activeKey].images" style="width:100%;height: 100%;" alt="">
|
|
|
- <img v-else :src="homeList3[0].images" style="width:100%;height: 100%;" alt="">
|
|
|
+ <img v-if="activeKey" :src="homeList3[activeKey].images" style="width:100%;height: 100%;object-fit: cover;" alt="">
|
|
|
+ <img v-else :src="homeList3[0].images" style="width:100%;height: 100%;object-fit: cover;" alt="">
|
|
|
|
|
|
</div>
|
|
|
<div class="ad-free-content">
|