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] 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;