修改
This commit is contained in:
parent
cba387907a
commit
4115f0394f
@ -13,7 +13,7 @@
|
|||||||
<div class="bodytop">
|
<div class="bodytop">
|
||||||
<div class="titletop">文章模板:{{ categoryItem.propagandaTitle }}</div>
|
<div class="titletop">文章模板:{{ categoryItem.propagandaTitle }}</div>
|
||||||
<div class="titledata">{{ categoryItem.propagandaTitle }}</div>
|
<div class="titledata">{{ categoryItem.propagandaTitle }}</div>
|
||||||
<img :src="baseUrl + categoryItem.propagandaCoverPath" alt="" />
|
<img :src="baseUrl + categoryItem.detailInfo.propagandaCoverPath" alt="" />
|
||||||
<div class="know">知识卡片</div>
|
<div class="know">知识卡片</div>
|
||||||
<div v-html="categoryItem.propagandaContent"></div>
|
<div v-html="categoryItem.propagandaContent"></div>
|
||||||
</div>
|
</div>
|
||||||
@ -99,6 +99,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
width: 100%;
|
||||||
margin: 0px 0px 0px 0;
|
margin: 0px 0px 0px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user