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

This commit is contained in:
李志鹏
2026-01-27 11:01:35 +08:00
5 changed files with 9 additions and 3 deletions

View File

@@ -595,6 +595,7 @@ export default defineComponent({
.login_form_content { .login_form_content {
margin-top: 4rem; margin-top: 4rem;
position: relative; position: relative;
min-height: 34rem;
&[state="2"]{ &[state="2"]{
height: 30rem; height: 30rem;
>*{ >*{

View File

@@ -790,7 +790,7 @@ export default defineComponent({
.login_form_content { .login_form_content {
margin-top: 4rem; margin-top: 4rem;
position: relative; position: relative;
min-height: 34rem;
&[state="2"] { &[state="2"] {
> * { > * {
opacity: 0; opacity: 0;

View File

@@ -799,6 +799,7 @@ export default defineComponent({
.login_form_content { .login_form_content {
position: relative; position: relative;
min-height: 34rem;
&[state="2"] { &[state="2"] {
> * { > * {
opacity: 0; opacity: 0;

View File

@@ -826,7 +826,7 @@ export default defineComponent({
.login_form_content { .login_form_content {
margin-top: 4rem; margin-top: 4rem;
position: relative; position: relative;
min-height: 34rem;
&[state="2"] { &[state="2"] {
> * { > * {
opacity: 0; opacity: 0;

View File

@@ -916,9 +916,13 @@ export default defineComponent({
.login_form_content { .login_form_content {
margin-top: 4rem; margin-top: 4rem;
position: relative; position: relative;
min-height: 34rem;
@media (max-width: 768px) { @media (max-width: 768px) {
margin-top: 2.4rem; margin-top: 2.4rem;
height: 20rem; min-height: auto;
&[state="2"] {
height: 20rem;
}
} }
&[state="2"] { &[state="2"] {
> * { > * {