调整顶部布局
This commit is contained in:
parent
0ecb6010e2
commit
5fd79a7b5a
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user