diff --git a/index.html b/index.html index f539f2e..311051a 100644 --- a/index.html +++ b/index.html @@ -9,10 +9,7 @@ - + diff --git a/src/App.tsx b/src/App.tsx index f86373a..45a0589 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -24,9 +24,11 @@ export class GitHubApp extends HTMLElement { return ( <> -
- -
+
+
+ +
+
); } diff --git a/src/components/Loading.tsx b/src/components/Loading.tsx index ccc8379..4d98d83 100644 --- a/src/components/Loading.tsx +++ b/src/components/Loading.tsx @@ -1,7 +1,8 @@ import { FC } from 'web-cell'; export const Loading: FC = () => ( -
-
加载中...
+
+ +

加载中...

); \ No newline at end of file diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index 8ff7a1f..79ef94b 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -66,54 +66,43 @@ export class NavBar extends HTMLElement { render() { return ( -