From d61a473f32a69293cba4dc755584ac9abbfe0118 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 8 Aug 2024 14:55:10 +0800 Subject: [PATCH] fix ui issue --- src/components/DashboardS2/Tabs/EcoDApps.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/DashboardS2/Tabs/EcoDApps.tsx b/src/components/DashboardS2/Tabs/EcoDApps.tsx index db7a20c8..7b2bc02e 100644 --- a/src/components/DashboardS2/Tabs/EcoDApps.tsx +++ b/src/components/DashboardS2/Tabs/EcoDApps.tsx @@ -227,12 +227,13 @@ const DetailBox = styled.div` } .detail-row { + padding: 0 24px; &.rounded-bottom { border-radius: 0 0 16px 16px; } background: #0d0f14; .detail-item { - padding: 24px; + padding: 24px 0; } } `; @@ -470,16 +471,16 @@ const EcoDApp = (props: { {data.details.map((detail, index) => (
-
+
Booster
{detail.booster}
-
+
Description
{detail.description}