From babb9b0d356e111000c896dfabef2452ed45d961 Mon Sep 17 00:00:00 2001 From: Supra4E8C Date: Tue, 17 Mar 2026 01:00:57 +0800 Subject: [PATCH] refactor(system-page): remove unused aboutActions section and clean up layout --- src/pages/SystemPage.module.scss | 6 -- src/pages/SystemPage.tsx | 174 +++++++++++++++---------------- 2 files changed, 84 insertions(+), 96 deletions(-) diff --git a/src/pages/SystemPage.module.scss b/src/pages/SystemPage.module.scss index d8e8a06..9083477 100644 --- a/src/pages/SystemPage.module.scss +++ b/src/pages/SystemPage.module.scss @@ -111,12 +111,6 @@ line-height: 1.4; } -.aboutActions { - display: flex; - justify-content: flex-end; - margin-top: $spacing-lg; -} - .section { display: flex; flex-direction: column; diff --git a/src/pages/SystemPage.tsx b/src/pages/SystemPage.tsx index b1bea3a..e26a4a0 100644 --- a/src/pages/SystemPage.tsx +++ b/src/pages/SystemPage.tsx @@ -273,104 +273,98 @@ export function SystemPage() {

{t('system_info.title')}

- -
- CPAMC -
{t('system_info.about_title')}
-
- -
- - -
-
{t('footer.api_version')}
-
{apiVersion}
+ +
+ CPAMC +
{t('system_info.about_title')}
-
-
{t('footer.build_date')}
-
{buildTime}
+
+ + +
+
{t('footer.api_version')}
+
{apiVersion}
+
+ +
+
{t('footer.build_date')}
+
{buildTime}
+
+ +
+
{t('connection.status')}
+
{t(`common.${auth.connectionStatus}_status`)}
+
{auth.apiBase || '-'}
+
+ -
-
{t('connection.status')}
-
{t(`common.${auth.connectionStatus}_status`)}
-
{auth.apiBase || '-'}
-
-
- -
- -
-
- - -

{t('system_info.quick_links_desc')}

-