调整顶部布局

This commit is contained in:
灌糖包子 2026-06-02 10:21:20 +08:00
parent 0ecb6010e2
commit 5fd79a7b5a
Signed by: sookie
GPG Key ID: 67E8D0AE905C79B0

View File

@ -11,6 +11,7 @@ html, body, #app, .layout {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
div.main-title {
@ -21,11 +22,7 @@ html, body, #app, .layout {
line-height: 60px;
}
.nav-btns-right {
display: inline-block;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
display: flex;
}
}