From 2512da232430e0ecd8fef0c99e77313ed6754058 Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Sat, 18 Apr 2026 17:33:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=91=8A=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/notice-list/noticeListDetails.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/property-uniapp-project/pages/notice-list/noticeListDetails.vue b/property-uniapp-project/pages/notice-list/noticeListDetails.vue index a66d869..f42364d 100644 --- a/property-uniapp-project/pages/notice-list/noticeListDetails.vue +++ b/property-uniapp-project/pages/notice-list/noticeListDetails.vue @@ -139,6 +139,7 @@ .container { min-height: 100vh; background-color: #ffffff; + padding: 20px; // font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; } @@ -155,7 +156,7 @@ // border-bottom: 1px solid #f0f0f0; .article-title { - font-size: 18px; + font-size: 32rpx; font-weight: bold; color: #333333; line-height: 1.4;