From 7b6cc598a1ee6ed22b479f0d3e509c2d8cf08d68 Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Fri, 30 Aug 2024 09:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/route/Correction/Correction.tsx | 2 +- src/route/index/Index.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/route/Correction/Correction.tsx b/src/route/Correction/Correction.tsx index cb011c7..4f187e3 100644 --- a/src/route/Correction/Correction.tsx +++ b/src/route/Correction/Correction.tsx @@ -598,7 +598,7 @@ export default function Correction() { } } - scroll={{ y: height - 150 }} + scroll={{ y: height - 190 }} rowKey="projCorrectionApplyId" /> diff --git a/src/route/index/Index.tsx b/src/route/index/Index.tsx index fab95f6..e0a1af1 100644 --- a/src/route/index/Index.tsx +++ b/src/route/index/Index.tsx @@ -429,7 +429,7 @@ export default function Index() { // } // }) const location = useLocation() - const [now, setNow] = useState('首页') + const [now, setNow] = useState('首页-项目') // 编辑项目路由名 // const [editname,setEditname] = useState('') // 新建项目路由名字 @@ -442,7 +442,7 @@ export default function Index() { useEffect(() => { // const nowname = sessionStorage.getItem('now') if (location.pathname.includes('/home')) { - setNow('首页') + setNow('首页-项目') // setPathArray([{ title: '首页' }]) setShowSearchBox(true) setClickBelongpeople(true) @@ -554,13 +554,13 @@ export default function Index() { // /config-mod-edit /product-release /transaction-order } else if (location.pathname.includes('/refun')) { setShowSearchBox(false) - setNow('首页') + setNow('首页-退款') setClickBelongpeople(false) // setNewname(location.pathname) // setPathArray([{ title: 首页 }, { title: 创建项目 }, { title: { nav(-1) }}>编辑项目 }, { title: '软件功能特点' }]) } else if (location.pathname.includes('/correction')) { setShowSearchBox(false) - setNow('首页') + setNow('首页-补正') setClickBelongpeople(false) // setNewname(location.pathname) // setPathArray([{ title: 首页 }, { title: 创建项目 }, { title: { nav(-1) }}>编辑项目 }, { title: '软件功能特点' }]) @@ -1030,7 +1030,7 @@ export default function Index() { }}>
-
+
{/*