feat: 前端微调

This commit is contained in:
Leon
2025-12-29 04:36:18 +08:00
parent 9c870b7c0c
commit 8cebfeedc7
4 changed files with 22 additions and 4 deletions

View File

@@ -339,10 +339,10 @@ watch(
<style scoped>
.login-wrap {
min-height: calc(100vh - 56px);
display: grid;
place-items: center;
padding: 18px 0 40px;
justify-items: center;
align-content: start;
padding: clamp(56px, 14vh, 160px) 16px 40px;
}
.login-card {