|
@@ -163,7 +163,7 @@
|
|
|
<view class="comment-list-item" v-for="(item,index) in commentList" :key="item.community_question_comment_id">
|
|
|
<view class="flex comment">
|
|
|
<image class="avatar" :src="item.qa_avatar_url" mode="aspectFill" lazy-load="true"/>
|
|
|
- <view>{{item.content}}</view>
|
|
|
+ <view style="display:flex;align-items:center">{{item.content}}</view>
|
|
|
|
|
|
<!-- <text style="color: #333;">{{item.user_name}}:</text>
|
|
|
{{item.content}} -->
|