feat: 调整样式更紧凑

This commit is contained in:
砂糖
2025-09-18 16:22:49 +08:00
parent 5c6e2bfb3c
commit 6561eaf933
27 changed files with 1205 additions and 378 deletions

View File

@@ -161,6 +161,7 @@ getCookie()
align-items: center;
height: 100%;
background-size: cover;
background-image: url('@/assets/images/back.jpg');
/* 亮色主题变量 */
--color-bg-primary: #f5f7fa;
@@ -198,6 +199,10 @@ getCookie()
align-items: center;
box-sizing: border-box;
width: 60%;
border-radius: 6px;
background: var(--color-bg-form);
padding: 25px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
padding: 25px 25px 5px 25px;
}
@@ -217,7 +222,7 @@ getCookie()
border-radius: 6px;
background: var(--color-bg-form);
padding: 25px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
// box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
.el-input {
height: 40px;