feat(ui): 调整welcome外层padding
This commit is contained in:
parent
375a7bd16e
commit
747249356d
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue