feat(ui): 欢迎界面布局整体向上
This commit is contained in:
parent
16adb99aba
commit
ecdb0db49e
|
|
@ -147,9 +147,9 @@ const suggestions = computed(() => {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: space-between;
|
||||||
min-height: 100%;
|
min-height: 80%;
|
||||||
padding: 40px 24px;
|
padding: 25px 24px;
|
||||||
animation: fadeIn 0.5s ease;
|
animation: fadeIn 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -314,7 +314,7 @@ const suggestions = computed(() => {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
padding: 16px 20px;
|
padding: 12px 20px;
|
||||||
background: #F8F9FA;
|
background: #F8F9FA;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue