diff --git a/src/components/Signin.vue b/src/components/Signin.vue
index aef51f6..02a791a 100644
--- a/src/components/Signin.vue
+++ b/src/components/Signin.vue
@@ -1,5 +1,6 @@
@@ -101,12 +109,21 @@ const handleLogin = () => {
/>
-
- 登录/注册
+
+
+ 登录/注册
+
+
+
+
@@ -188,4 +205,10 @@ const handleLogin = () => {
width: 80%;
display: flex;
}
+.loading {
+ width: 25px;
+ height: 25px;
+ background-blend-mode: darken;
+ animation: rotate 1s linear infinite;
+}