dever hace 4 años
padre
commit
b96636d9b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/dream/view/moment.vue

+ 1 - 1
pages/dream/view/moment.vue

@@ -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>
 					</view>
 				</view>
 				<!-- 结束 post -->