feat(ui): 调整welcome外层padding

This commit is contained in:
肖应宇 2026-04-10 10:02:08 +08:00
parent 375a7bd16e
commit 747249356d
1 changed files with 2 additions and 2 deletions

View File

@ -155,8 +155,8 @@ const suggestions = computed(() => {
flex-direction: column;
align-items: center;
justify-content: space-between;
min-height: 80%;
padding: 25px 24px;
min-height: 70%;
padding: 25px 22%;
animation: fadeIn 0.5s ease;
}