From 20c30a060b9bd3832e2818abfb3653171423d882 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sun, 2 Feb 2025 18:49:42 +0800 Subject: [PATCH] feat: enhance About page layout with Card component and improve Dashboard CSS styling --- web/default/src/pages/About/index.js | 14 ++++++++++---- web/default/src/pages/Dashboard/Dashboard.css | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/web/default/src/pages/About/index.js b/web/default/src/pages/About/index.js index 3f39e083..12ae9a7c 100644 --- a/web/default/src/pages/About/index.js +++ b/web/default/src/pages/About/index.js @@ -54,10 +54,16 @@ const About = () => { style={{ width: '100%', height: '100vh', border: 'none' }} /> ) : ( -
+
+ + +
+
+
+
)} )} diff --git a/web/default/src/pages/Dashboard/Dashboard.css b/web/default/src/pages/Dashboard/Dashboard.css index 6bb1a40c..6c595360 100644 --- a/web/default/src/pages/Dashboard/Dashboard.css +++ b/web/default/src/pages/Dashboard/Dashboard.css @@ -36,7 +36,7 @@ box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important; border: none !important; border-radius: 16px !important; - padding-top: 8px!important; + padding: 8px!important; } .chart-container {