From 98de83d5f1b38720b91eef82836d2ea8d1964d4d Mon Sep 17 00:00:00 2001 From: linxd <544554903@qq.com> Date: Thu, 17 Jul 2025 15:30:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BD=BF=E7=94=A8@width=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/about/about.less | 5 ++- src/pages/about/about.tsx | 41 +------------------- src/pages/help/helpInfo.tsx | 2 +- src/pages/register/supplier/DomesticForm.tsx | 2 +- src/pages/register/supplier/ForeignForm.tsx | 2 +- 5 files changed, 7 insertions(+), 45 deletions(-) diff --git a/src/pages/about/about.less b/src/pages/about/about.less index db38944..a942ea2 100644 --- a/src/pages/about/about.less +++ b/src/pages/about/about.less @@ -1,4 +1,5 @@ @import '~antd/es/style/themes/default.less'; +@import '~@/baseStyle.less'; .aboutContainer { padding: 20px; @@ -7,9 +8,9 @@ } .aboutContent { - max-width: 1200px; - margin: 0 auto; padding: 20px; + width: @width; + margin: 0 auto; } .aboutTitle { diff --git a/src/pages/about/about.tsx b/src/pages/about/about.tsx index 2258c44..5be98da 100644 --- a/src/pages/about/about.tsx +++ b/src/pages/about/about.tsx @@ -64,46 +64,7 @@ const AboutPage: React.FC = () => { {intl.formatMessage({ id: 'about.title' })} -
- - {intl.formatMessage({ id: 'about.company.title' })} - -
-
-
-
- - - -
- - {intl.formatMessage({ id: 'about.contact.title' })} - -
-
-
- {intl.formatMessage({ id: 'about.address' })}: - {address} -
-
- {intl.formatMessage({ id: 'about.phone' })}: - {contactsPhone} -
-
- {intl.formatMessage({ id: 'about.hotline' })}: - {contactsConsult} -
-
- {intl.formatMessage({ id: 'about.email' })}: - {contactsEmail} -
-
-
-
- -
- {intl.formatMessage({ id: 'about.copyright' })} -
+
); diff --git a/src/pages/help/helpInfo.tsx b/src/pages/help/helpInfo.tsx index 0356f73..d84400a 100644 --- a/src/pages/help/helpInfo.tsx +++ b/src/pages/help/helpInfo.tsx @@ -75,7 +75,7 @@ const HelpInfoPage: React.FC = () => { } return ( -
+