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 {