From 8f488cf5dc006ea583c4f33b9348f5e588552a82 Mon Sep 17 00:00:00 2001 From: Flex <q1406482700@163.com> Date: 星期一, 09 六月 2025 14:22:41 +0800 Subject: [PATCH] 修改登录页以及声音模型显示 --- easegen-front/src/views/Login/Login.vue | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/easegen-front/src/views/Login/Login.vue b/easegen-front/src/views/Login/Login.vue index d57f808..de1db09 100644 --- a/easegen-front/src/views/Login/Login.vue +++ b/easegen-front/src/views/Login/Login.vue @@ -58,15 +58,16 @@ } .bei{ width: 100%; - height: 100%; + min-height: 100%; background-color: #000; display: flex; justify-content: center; align-items: center; + overflow-y: scroll; } .bei .BeiArea{ - width: 86%; - height: 95%; + width: 100%; + height: 100vh; display: flex; justify-content: center; align-items: center; @@ -129,4 +130,11 @@ } } +@media (max-height:500px){ + .bei .BeiArea{ + align-items: flex-start; + } +} + + </style> -- Gitblit v1.9.3