diff --git a/index.html b/index.html index 2de72b3..d05b8c6 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,11 @@ - + - + - Vite App + LionWebsite
diff --git a/src/App.vue b/src/App.vue index 46d8922..1d3bee4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,14 +4,28 @@ import DashBoard from "./components/DashBoard.vue"; + + diff --git a/src/components/DashBoard.vue b/src/components/DashBoard.vue index 528e8bd..8c94ffa 100644 --- a/src/components/DashBoard.vue +++ b/src/components/DashBoard.vue @@ -1,45 +1,66 @@ - -
-
- 是否记住授权码 - 验证 -
\ No newline at end of file diff --git a/src/components/HentaiSearch.vue b/src/components/HentaiSearch.vue index c74791d..4ffa0f8 100644 --- a/src/components/HentaiSearch.vue +++ b/src/components/HentaiSearch.vue @@ -108,12 +108,14 @@ function close(){ } .loading { + display: inline-block; width: 25px; height: 25px; border: 2px solid #ccc; border-top-color: #3498db; border-radius: 50%; animation: spin 1s linear infinite; + vertical-align: middle; } @keyframes spin { diff --git a/src/components/OnlineReader.vue b/src/components/OnlineReader.vue index 63c5f44..f20a235 100644 --- a/src/components/OnlineReader.vue +++ b/src/components/OnlineReader.vue @@ -133,6 +133,3 @@ function set_current_page(page){ - \ No newline at end of file diff --git a/src/components/Side.vue b/src/components/Side.vue index 033ea52..a3e6bc0 100644 --- a/src/components/Side.vue +++ b/src/components/Side.vue @@ -1,7 +1,8 @@