From 357435579a390f77070d737461f591e4b80b44d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Fri, 22 Sep 2023 11:13:11 +0800 Subject: [PATCH] issue --- src/forge/Component/RichEditor/index.jsx | 2 +- src/forge/Information/Pages/main.jsx | 2 +- src/forge/Information/Pages/newsCreate.jsx | 20 +++++++++++-------- src/forge/Information/Pages/newsDetail.jsx | 4 +++- src/forge/Information/Pages/sourceCreate.jsx | 20 +++++++++---------- src/forge/Information/Pages/sourceDetail.jsx | 10 +++++----- src/forge/Information/fetch.js | 1 - src/forge/Information/index.scss | 21 +++++++++++++++++++- 8 files changed, 52 insertions(+), 28 deletions(-) diff --git a/src/forge/Component/RichEditor/index.jsx b/src/forge/Component/RichEditor/index.jsx index 2a15b968b..aa9da43f8 100644 --- a/src/forge/Component/RichEditor/index.jsx +++ b/src/forge/Component/RichEditor/index.jsx @@ -23,7 +23,7 @@ function MyEditor(props) { const toolbarConfig = {}; // 隐藏 代办 toolbarConfig.excludeKeys = [ - 'todo' + 'todo', "fullScreen" ] // 编辑器配置 diff --git a/src/forge/Information/Pages/main.jsx b/src/forge/Information/Pages/main.jsx index 9fe9137f0..a1027ccc8 100644 --- a/src/forge/Information/Pages/main.jsx +++ b/src/forge/Information/Pages/main.jsx @@ -122,7 +122,7 @@ function Main(props){
{tempConfig[temp].mainTitle}
- {role && role.role !== "None" &&