feat(ui): 调整welcome外层padding
This commit is contained in:
parent
375a7bd16e
commit
747249356d
|
|
@ -155,8 +155,8 @@ const suggestions = computed(() => {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
min-height: 80%;
|
min-height: 70%;
|
||||||
padding: 25px 24px;
|
padding: 25px 22%;
|
||||||
animation: fadeIn 0.5s ease;
|
animation: fadeIn 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue