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 (
-
+