|
@@ -29,7 +29,7 @@
|
|
<p>{{item.publish_time}}</p>
|
|
<p>{{item.publish_time}}</p>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="content">
|
|
<el-col :span="24" class="content">
|
|
- <p>{{item.content}}</p>
|
|
|
|
|
|
+ <p v-html="item.content"></p>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="button">
|
|
<el-col :span="24" class="button">
|
|
<el-button type="primary" @click.native="$router.push({ name: 'detail', params:{id:item.id} })">进入
|
|
<el-button type="primary" @click.native="$router.push({ name: 'detail', params:{id:item.id} })">进入
|
|
@@ -131,7 +131,7 @@ p {
|
|
color: #999;
|
|
color: #999;
|
|
padding: 0 0 5px 0;
|
|
padding: 0 0 5px 0;
|
|
}
|
|
}
|
|
-.mainRightList .content p {
|
|
|
|
|
|
+/deep/.mainRightList .content p p {
|
|
text-indent: 2rem;
|
|
text-indent: 2rem;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
line-height: 25px;
|
|
@@ -155,3 +155,4 @@ p {
|
|
margin: 0 0 20px 0;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
|
|
+
|