前端补正

This commit is contained in:
xvv 2024-08-02 08:22:21 +08:00
parent 570c5f785c
commit 8b8c9363dd
2 changed files with 2 additions and 5 deletions

View File

@ -729,15 +729,12 @@ export default {
}
.gongao .list .gongao-item {
height: 240px;
background: #FFFFFF;
}
.gongao .list .gongao-item .bj {
padding: 20px;
}
.gongao .list .gongao-item .tt {
font-size: 20px;
line-height: 28px;

View File

@ -13,7 +13,7 @@
<div class="size_" v-if="info.contentType == 0" v-html="info.contentDetail" ></div>
<div v-if="info.contentType == 1" style="display: flex;flex-wrap: wrap">
<div class="" v-for="(item,index) in info.imageUrl" :key="index">
<img :src="imgurl + item" alt="" >
<img :src="imgurl + item" alt="" style="width: 100%;" >
</div>
</div>