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({