feat(ui): 欢迎界面布局整体向上
This commit is contained in:
parent
16adb99aba
commit
ecdb0db49e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue