瀏覽代碼

样式修改

jwyu 2 年之前
父節點
當前提交
1e3205aecc
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      pages/question/question.vue
  2. 2 2
      pages/report/report.vue

+ 1 - 1
pages/question/question.vue

@@ -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}} -->

+ 2 - 2
pages/report/report.vue

@@ -407,14 +407,14 @@ movable-area{
   .first-type-box{
     justify-content: space-between;
     .item{
-		 min-width: 120rpx;
+		 min-width: 150rpx;
       flex-shrink: 0;
       text-align: center;
 		padding: 16rpx 0;
 		text-align: center;
 		background-color: #F5F5F5;
 		border-radius: 8rpx;
-      font-size: $global-font-size-sm;
+      // font-size: $global-font-size-sm;
       image{
         width: 100rpx;
         height: 100rpx;