|
@@ -30,7 +30,7 @@
|
|
|
<div class="word-file-main">
|
|
|
<div class="word-file-list" @click="goContent(item)" v-for="(item, index) in wordFileList" :key="index">
|
|
|
<div class="mini-img-group">
|
|
|
- <img :src="item.img" alt="" @error="handleError">
|
|
|
+ <img :src="item.img" alt="" class="mini-img" @error="handleError">
|
|
|
<i class="word-type" :class="'el-icon-jy-' + item.type" ></i>
|
|
|
<span class="type-tag" :class="item.productType === 2 ? 'boutique' : 'free'">{{item.productType === 2 ? '付费精品' : '会员免费'}}</span>
|
|
|
</div>
|
|
@@ -782,9 +782,12 @@ export default {
|
|
|
}
|
|
|
.in-app {
|
|
|
.word-file-list{
|
|
|
- height: auto;
|
|
|
+ height: auto !important;
|
|
|
}
|
|
|
.word-recommend-ad{
|
|
|
+ height: auto !important;
|
|
|
+ }
|
|
|
+ .mini-img{
|
|
|
height: auto;
|
|
|
}
|
|
|
.top-search-group {
|