登录页面禁止上下滚动

This commit is contained in:
fish
2026-05-03 20:53:33 +08:00
parent 467b667921
commit 1f6a9f6419

View File

@@ -64,11 +64,12 @@ async function submit() {
<style scoped>
.login {
min-height: 100vh;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #1f2d3d 0%, #3a506b 100%);
overflow: hidden;
}
.card {
width: 360px;