From 1f824c306bc760f4fe7d86014965e4f787e78eab Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Tue, 18 Jul 2023 17:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E5=8C=BA-=E8=B5=84=E8=AE=AF=E8=AF=A6?= =?UTF-8?q?=E6=83=85-=E6=89=8B=E6=9C=BA=E7=AB=AF=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/edu-all.css | 6 -- public/css/edu-main.css | 4 - public/css/edu-purge.css | 7 -- public/index.html | 2 +- src/common/UrlTool.js | 15 +++ src/common/educoder.js | 2 +- .../Component/mobile/accessory.jsx | 34 +++++++ .../Information/Component/mobile/index.scss | 73 +++++++++++++++ src/forge/Information/Pages/newsDetail.jsx | 88 ++++++++++++------ src/forge/Information/img/f_banner.png | Bin 0 -> 54202 bytes src/forge/Information/img/gitlink-gz.png | Bin 0 -> 8862 bytes src/forge/Information/img/gitlink-qq.png | Bin 0 -> 9293 bytes src/forge/Information/img/logo.png | Bin 0 -> 5740 bytes src/forge/Information/img/p_banner.png | Bin 0 -> 13993 bytes src/forge/Information/index.jsx | 7 +- src/forge/Information/index.scss | 61 ++++++++++++ src/forge/css/index.scss | 6 ++ src/index.css | 4 + src/modules/tpm/TPMIndexHOC.js | 7 +- 19 files changed, 264 insertions(+), 52 deletions(-) create mode 100644 src/forge/Information/Component/mobile/accessory.jsx create mode 100644 src/forge/Information/Component/mobile/index.scss create mode 100644 src/forge/Information/img/f_banner.png create mode 100644 src/forge/Information/img/gitlink-gz.png create mode 100644 src/forge/Information/img/gitlink-qq.png create mode 100644 src/forge/Information/img/logo.png create mode 100644 src/forge/Information/img/p_banner.png diff --git a/public/css/edu-all.css b/public/css/edu-all.css index 6485f2316..777a0b894 100644 --- a/public/css/edu-all.css +++ b/public/css/edu-all.css @@ -7854,12 +7854,6 @@ a.singlepublishtwo { - -.markdown-body { - text-align: justify; - word-break: break-all; -} - .RightPaneDrawer .ant-drawer-content { background: #070f1a; overflow: hidden !important; diff --git a/public/css/edu-main.css b/public/css/edu-main.css index 220057e13..4ec0d24af 100644 --- a/public/css/edu-main.css +++ b/public/css/edu-main.css @@ -4200,10 +4200,6 @@ html>body #ajax-indicator { color: #898989 !important; } -.markdown-body { - text-align: justify; - word-break: break-all; -} .RightPaneDrawer .ant-drawer-content { background: #070f1a; diff --git a/public/css/edu-purge.css b/public/css/edu-purge.css index a530fe9be..694a4b038 100644 --- a/public/css/edu-purge.css +++ b/public/css/edu-purge.css @@ -6635,13 +6635,6 @@ ul.count_ul li:not(:last-child):after { } - - -.markdown-body { - text-align: justify; - word-break: break-all; -} - .RightPaneDrawer .ant-drawer-content { background: #070f1a; overflow: hidden !important; diff --git a/public/index.html b/public/index.html index dc4f44d29..c009e1284 100755 --- a/public/index.html +++ b/public/index.html @@ -55,7 +55,7 @@ - + <%= htmlWebpackPlugin.tags.bodyTags %>