Merge branch 'dev_vite' of http://18.167.251.121:10003/aidlab/aida_front into dev_vite

This commit is contained in:
李志鹏
2025-09-22 11:03:54 +08:00
23 changed files with 225 additions and 82 deletions

View File

@@ -98,7 +98,11 @@
</div>
</div>
</div>
<div class="login_text" v-show="emailStap !== 2">
<div class="forget_password_text" @click="changeIsLogin(2)">
Forgot your password
</div>
</div>
<div class="login_form_title marign_top30">
<label :class="{ active: emailStap == 2 }">
<input :state="emailStap" type="checkbox" v-model="checked" />
@@ -908,6 +912,7 @@ export default defineComponent({
font-weight: bold;
color: #030303;
margin-top: 3.5rem;
text-align: left;
}
.forget_submit_button {