diff --git a/pages/notice/detail.vue b/pages/notice/detail.vue index 18c0fb3..4938dad 100644 --- a/pages/notice/detail.vue +++ b/pages/notice/detail.vue @@ -32,7 +32,9 @@ 已关注 主页 - 举报 + + 举报 + @@ -664,9 +666,18 @@ } .down-box { + display: flex; + align-items: center; + justify-content: center; padding-top: 10rpx; font-size: 24rpx; color: #929292; + + image { + width: 30rpx; + height: 30rpx; + margin-right: 5rpx; + } } }