@@ -45,7 +45,7 @@
<text class="comment-nickname">{{v2.user.username}}: </text>
<text class="comment-content">{{v2.content}}</text>
</view>
- <view class="text-grey flex solid-bottom padding justify-center more" @click="getMore" v-if="v.child_total > 1">{{more}}</view>
+ <view class="text-grey flex solid-bottom padding justify-center more" @click="getMore" v-if="v.child_total > 1" style="padding:8rpx;">{{v.more}}</view>
<!-- 结束 post -->