前端补正
This commit is contained in:
parent
570c5f785c
commit
8b8c9363dd
@ -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;
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user