From 1fd7a21e9f0358ef00911449757c247b9fac8ba3 Mon Sep 17 00:00:00 2001
From: caishi <1149225589@qq.com>
Date: Thu, 14 Apr 2022 17:56:11 +0800
Subject: [PATCH 1/2] update
---
src/App.js | 7 -------
src/forge/Index.js | 13 -------------
src/modules/tpm/TPMIndex.css | 2 +-
3 files changed, 1 insertion(+), 21 deletions(-)
diff --git a/src/App.js b/src/App.js
index 56c6d259a..6584680f8 100644
--- a/src/App.js
+++ b/src/App.js
@@ -414,13 +414,6 @@ class App extends Component {
: pathType === '404' ? :
""
}
- (
-
- )
- }
- />
{/* 个人主页 */}
)}
>
- (
-
- )}
- >
-
(
-
- )}
- >
- (
)}
diff --git a/src/modules/tpm/TPMIndex.css b/src/modules/tpm/TPMIndex.css
index 03a8b0df8..3d8470607 100644
--- a/src/modules/tpm/TPMIndex.css
+++ b/src/modules/tpm/TPMIndex.css
@@ -25,7 +25,7 @@ body>.-task-title {
.newHeaders{
max-width: unset;
width: 100%;
- height:58px;
+ height:60px;
min-width: 1200px;
z-index: 1000;
background:#001529;
From ee5bddaa75b3e7bc770609ebcc6e02a5ad635b0c Mon Sep 17 00:00:00 2001
From: caishi <1149225589@qq.com>
Date: Mon, 18 Apr 2022 09:22:29 +0800
Subject: [PATCH 2/2] update
---
src/App.js | 8 ++++++++
src/forge/Index.js | 6 ++++++
src/modules/tpm/TPMIndex.css | 2 +-
3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/src/App.js b/src/App.js
index 6584680f8..94e2debff 100644
--- a/src/App.js
+++ b/src/App.js
@@ -395,6 +395,14 @@ class App extends Component {
}
}>
+ {
+ return ()
+ }
+ }>
+
{/* 判断为用户/组织,并进入对应页面 */}
{
diff --git a/src/forge/Index.js b/src/forge/Index.js
index 4a7a227a4..0eb65a2a9 100644
--- a/src/forge/Index.js
+++ b/src/forge/Index.js
@@ -65,6 +65,12 @@ class Index extends Component {
)}
>
+ (
+
+ )}
+ >
);
diff --git a/src/modules/tpm/TPMIndex.css b/src/modules/tpm/TPMIndex.css
index 3d8470607..75b8c5085 100644
--- a/src/modules/tpm/TPMIndex.css
+++ b/src/modules/tpm/TPMIndex.css
@@ -25,7 +25,7 @@ body>.-task-title {
.newHeaders{
max-width: unset;
width: 100%;
- height:60px;
+ height:64px;
min-width: 1200px;
z-index: 1000;
background:#001529;