|
@@ -236,8 +236,8 @@
|
|
|
<div v-if="platformLoadingType === 'APP_ANDROID' && configForm.adDownloadType === 'DOWNLOAD_URL'" class="adver-position-radio">
|
|
|
<div class="create-web-url-class">
|
|
|
<div class="web-url-img">
|
|
|
- <img v-if="landingPageShowData.thumbnail" :src="landingPageShowData.thumbnail"/>
|
|
|
- <img v-else src="@/assets/noImg.png"/>
|
|
|
+ <img v-if="landingPageShowData.thumbnail" style=" height: 110px;" :src="landingPageShowData.thumbnail"/>
|
|
|
+ <img v-else style=" height: 110px;" src="@/assets/noImg.png"/>
|
|
|
</div>
|
|
|
<div class="web-url-content">
|
|
|
<div class="url-content-name"><a>{{ landingPageShowData.name }}</a></div>
|