From 1fa9a3acc789cbcf3ec61e221d7fc76d5a31628a Mon Sep 17 00:00:00 2001 From: aaron <> Date: Mon, 13 Jan 2025 19:23:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20pagecontainer=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PageContainer.vue | 4 ---- src/views/community/CommunityList.vue | 4 ++++ src/views/merchant/CategoryList.vue | 3 --- src/views/merchant/List.vue | 3 --- src/views/merchant/ProductList.vue | 3 --- src/views/system/LogList.vue | 3 --- 6 files changed, 4 insertions(+), 16 deletions(-) diff --git a/src/components/PageContainer.vue b/src/components/PageContainer.vue index cd7ce49..a962d94 100644 --- a/src/components/PageContainer.vue +++ b/src/components/PageContainer.vue @@ -6,10 +6,6 @@ \ No newline at end of file diff --git a/src/views/community/CommunityList.vue b/src/views/community/CommunityList.vue index 7841db8..6f24fc3 100644 --- a/src/views/community/CommunityList.vue +++ b/src/views/community/CommunityList.vue @@ -662,4 +662,8 @@ export default defineComponent({ border-radius: 2px; overflow: hidden; } + +.community-list { + /* 移除 padding */ +} \ No newline at end of file diff --git a/src/views/merchant/CategoryList.vue b/src/views/merchant/CategoryList.vue index f3f04bd..581c9bb 100644 --- a/src/views/merchant/CategoryList.vue +++ b/src/views/merchant/CategoryList.vue @@ -197,9 +197,6 @@ export default defineComponent({