From e25de315f88fa9018d5219b51231a88e543137e4 Mon Sep 17 00:00:00 2001
From: caishi <1149225589@qq.com>
Date: Wed, 15 Dec 2021 09:31:43 +0800
Subject: [PATCH 1/3] clear
---
src/forge/Component/Title.jsx | 2 +-
src/forge/Main/CoderRootIndex.js | 39 -------------------
src/forge/Main/tree/Index.jsx | 9 -----
.../notice/myNotice/Index.scss | 15 -------
src/forge/SecuritySetting/sub/SSH.jsx | 2 +-
5 files changed, 2 insertions(+), 65 deletions(-)
diff --git a/src/forge/Component/Title.jsx b/src/forge/Component/Title.jsx
index 9b3f8bf3f..8ab6d7e47 100644
--- a/src/forge/Component/Title.jsx
+++ b/src/forge/Component/Title.jsx
@@ -5,7 +5,7 @@ const Nav = styled.div`{
background-color:#fff;
padding:20px 30px;
border-bottom:1px solid #eee;
- font-size:16px;
+ font-size:18px;
color:#333;
display:flex;
justify-content: space-between;
diff --git a/src/forge/Main/CoderRootIndex.js b/src/forge/Main/CoderRootIndex.js
index 7ff25dae1..cd15d45e8 100644
--- a/src/forge/Main/CoderRootIndex.js
+++ b/src/forge/Main/CoderRootIndex.js
@@ -29,14 +29,6 @@ const CoderRootVersion = Loadable({
loader: () => import('./version/Index'),
loading: Loading,
})
-// const CoderRootVersionNew = Loadable({
-// loader: () => import('./version/New'),
-// loading: Loading,
-// })
-// const CoderRootVersionUpdate = Loadable({
-// loader: () => import('./version/New'),
-// loading: Loading,
-// })
const Diff = Loadable({
loader: () => import('./Diff'),
loading: Loading,
@@ -50,37 +42,6 @@ class CoderRootIndex extends Component{
}
}
- // componentDidMount=()=>{
- // this.Init();
- // }
- // componentDidUpdate=(prevProps)=>{
- // const { location } = this.props;
- // const prevlocation = prevProps && prevProps.location;
- // if (location !== prevlocation) {
- // this.Init();
- // }
- // }
-
- // Init=()=>{
- // const { branchName } = this.props.match.params;
- // const { defaultBranch } = this.props;
- // this.getTopCount(branchName || defaultBranch);
- // }
-
- // 获取