Merge pull request 'gdpao' (#255) from gyh into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/255
This commit was merged in pull request #255.
This commit is contained in:
gyh
2020-08-19 19:25:14 +08:00
15 changed files with 18 additions and 15 deletions

View File

@@ -15,7 +15,7 @@
<image :src="item.member_avatar"></image>
<text>{{ item.member_nickname }}</text>
</view>
<image src="/static/image/common/4.png" @click.stop="showAction"></image>
<image class="img-imp" src="/static/image/common/4.png" @click.stop="showAction"></image>
<view class="action" v-if="show == item.article_id">
<view class="bubble">
<view @click.stop="articleLike">
@@ -105,6 +105,7 @@
>image{
width: 37rpx;
height: 8rpx;
padding: 20rpx;
}
.action {
z-index: 19;