jwyu hace 2 años
padre
commit
00956fa9e6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pages/video/components/comment.vue

+ 2 - 2
pages/video/components/comment.vue

@@ -5,11 +5,11 @@
                 <image :src="info.op_type===1?like_act_img:like_img" mode="aspectFill"/>
                 <text>{{info.like_total>0?info.like_total:''}}</text>
             </view>
-            <view class="item" @click="handleSetLike(2)">
+            <view class="item" @click="handleSetLike(2)" style="text-align:center">
                 <image :src="info.op_type===2?tease_act_img:tease_img" mode="aspectFill"/>
                 <text>{{info.tease_total>0?info.tease_total:''}}</text>
             </view>
-            <view class="item" @click="showComment">
+            <view class="item" @click="showComment" style="text-align:right">
                 <image :src="comment_img" mode="aspectFill"/>
                 <text>{{info.comment_total>0?info.comment_total:''}}</text>
             </view>