Browse Source

样式调整

jwyu 2 năm trước cách đây
mục cha
commit
73a13c90fa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/QuestionComment.vue

+ 1 - 1
src/components/QuestionComment.vue

@@ -199,7 +199,7 @@ const delCommentHandle = ({community_question_comment_id},index) => {
                 <li class="list-item" v-for="(item,index) in dataInfo.commentInfo.commentList" :key="item.community_question_comment_id">
                     <div class="flex">
                         <img class="avatar" :src="item.qa_avatar_url" alt="">
-                        <div>{{item.content}}</div>
+                        <div style="display:flex;align-items:center">{{item.content}}</div>
                         <!-- <span style="color: #333">{{item.user_name}}:</span>
                         {{item.content}} -->
                     </div>