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;