no message
This commit is contained in:
@@ -53,10 +53,10 @@
|
||||
class="list-btn mg-l-20" alt=""> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="information-wx-img" style="margin-top:20px;">
|
||||
<div v-if="advData?.banner?.image" class="information-wx-img" style="margin-top:20px;">
|
||||
<!-- <img src="../assets/homeImage/informationWx.svg" class="information-wx-img" alt=""> -->
|
||||
<!-- <img v-lazy="`${require('@/assets/homeImage/informationWx.svg')}`" class="information-wx-img" alt=""> -->
|
||||
<img v-lazy="advData?.banner?.image" class="information-wx-img" alt="">
|
||||
<img :src="advData?.banner?.image" class="information-wx-img" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="information-right-box dis-f jus-bet"
|
||||
@@ -514,7 +514,7 @@ img {
|
||||
|
||||
.information-wx-img {
|
||||
width: 836px;
|
||||
// height: 120px;
|
||||
height: 140px;
|
||||
border-radius: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user