diff --git a/pages/index/index.vue b/pages/index/index.vue index 2683ef8..8656f72 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -87,7 +87,7 @@ + style="width: 76rpx;height: 76rpx; bottom: 32rpx;" > @@ -503,7 +503,7 @@ width: 90rpx; height: 90rpx; right: 24rpx; - bottom: 24rpx; + bottom: 20rpx; transition: all 0.3s ease; } diff --git a/pages/neighborDetail/index.vue b/pages/neighborDetail/index.vue index 8867a8b..631c108 100644 --- a/pages/neighborDetail/index.vue +++ b/pages/neighborDetail/index.vue @@ -55,8 +55,7 @@ - {{ foldedComments.includes(comment.id) ? '展开' : '折叠' }} - {{ getChildCount(comment) }}条回复 + {{ getChildCount(comment) }}条回复{{ foldedComments.includes(comment.id) ? '展开' : '折叠' }} @@ -84,234 +83,269 @@ - \ No newline at end of file