From c2463c02a17f92df55ec77ed2da3fb724290c072 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 20 十月 2025 17:34:30 +0800 Subject: [PATCH] fix: bug --- packages/components/src/List/IncomeDetailListItem.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/components/src/List/IncomeDetailListItem.vue b/packages/components/src/List/IncomeDetailListItem.vue index 7d8e68c..80fd078 100644 --- a/packages/components/src/List/IncomeDetailListItem.vue +++ b/packages/components/src/List/IncomeDetailListItem.vue @@ -44,12 +44,10 @@ padding: 0 boleGetCssVar('size', 'body-padding-h'); .income-detail-list-item-inner { + padding: 24px 0 18px; + border-bottom: 1px solid #f6f6f6; display: flex; flex-direction: column; - background: #ffffff; - border-radius: 12px; - padding: 40px; - margin-bottom: 24px; &.border-none { border-bottom: none; -- Gitblit v1.9.1