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

@@ -52,7 +52,7 @@
<view class="comment-list-box">
<view class="comment-list-header">
<image class="avatar" :src="item.member_avatar" mode=""></image>
<view>
<view class="comment-title-info">
<text class="comment-title">{{ item.member_nickname }}</text>
<text class="comment-time">{{ item.create_time }}</text>
</view>
@@ -679,6 +679,10 @@
margin-right: 20rpx;
border-radius: 50%;
}
.comment-title-info {
justify-content: space-between;
}
.comment-title {
font-size: 26rpx;