feat(ui): 欢迎界面布局整体向上

This commit is contained in:
肖应宇 2026-03-27 14:20:09 +08:00
parent 16adb99aba
commit ecdb0db49e
1 changed files with 4 additions and 4 deletions

View File

@ -147,9 +147,9 @@ const suggestions = computed(() => {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100%;
padding: 40px 24px;
justify-content: space-between;
min-height: 80%;
padding: 25px 24px;
animation: fadeIn 0.5s ease;
}
@ -314,7 +314,7 @@ const suggestions = computed(() => {
display: flex;
align-items: center;
gap: 12px;
padding: 16px 20px;
padding: 12px 20px;
background: #F8F9FA;
border: 1px solid transparent;
border-radius: 10px;