From d9689b48d7691210c0507a37d0dbafd68eee2215 Mon Sep 17 00:00:00 2001 From: Vinjor Date: Fri, 11 Apr 2025 10:09:36 +0800 Subject: [PATCH] 1 --- pages/notice/detail.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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; + } } }