diff --git a/Front/vue-unilife/src/views/LogPage.vue b/Front/vue-unilife/src/views/LogPage.vue index 06e5c5c..1b8cce1 100644 --- a/Front/vue-unilife/src/views/LogPage.vue +++ b/Front/vue-unilife/src/views/LogPage.vue @@ -257,6 +257,7 @@ async function login(){ +
@@ -269,11 +270,14 @@ async function login(){

login

- - - - + + +
+
@@ -361,24 +365,20 @@ async function login(){ } .email-btn{ - width:20% !important; - margin-top:20px !important; - position:relative !important; - top:8% !important; - left:2% !important; + margin-left:auto; + width:80px !important; } .email-text{ - width: 50% !important; + } .hidden{ - display: none; + display: none !important; transition:0.5s; } h1{ - text-align: center; margin-bottom:25px; /* 大写 */ text-transform:uppercase; @@ -528,7 +528,13 @@ async function login(){ outline:none; } - + .password-method,.email-method + { + display:flex; + flex-direction: column; + align-items: center; + width:100%; + } \ No newline at end of file