From bab06121559ed1259e780ed9466655bd5352b53b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 8 Oct 2025 13:02:40 +0800 Subject: [PATCH] =?UTF-8?q?style(community):=20=E8=B0=83=E6=95=B4=E7=A4=BE?= =?UTF-8?q?=E5=8C=BA=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉 detail.vue 中的背景颜色设置 - 在 index.vue 的表格单元格中添加底部边框 --- pages/community/detail.vue | 2 +- pages/community/index.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/community/detail.vue b/pages/community/detail.vue index 07a82c0..b17b328 100644 --- a/pages/community/detail.vue +++ b/pages/community/detail.vue @@ -100,7 +100,7 @@ export default { line-height: 1.6; color: #666; padding: 20rpx; - background-color: #f9f9f9; + /* background-color: #f9f9f9; */ border-radius: 10rpx; } diff --git a/pages/community/index.vue b/pages/community/index.vue index e5e7579..bce3bca 100644 --- a/pages/community/index.vue +++ b/pages/community/index.vue @@ -97,6 +97,7 @@ export default { flex-direction: row; width: 100%; padding: 10px 0; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); } .table-cell {