weixin article img center

This commit is contained in:
luchenqun 2019-08-09 13:55:51 +08:00
parent 4211e2181a
commit 8db386c188
2 changed files with 8 additions and 1 deletions

View File

@ -180,4 +180,11 @@ img.operator {
.js-history-word:hover {
background: #f0f0f0;
}
.js-weixin-content img {
width: 100%;
height: 100%;
display: block;
margin: 0 auto;
}

View File

@ -51,7 +51,7 @@
<span>{{bookmark.created_at}}</span>
</div>
<div class="ui divider"></div>
<div class="content" style="padding:0 20px">
<div class="content js-weixin-content" style="padding:0 5px">
<div class="description js-content">
<p ng-bind-html="bookmark.content"></p>
</div>