调整顶部布局
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);
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
div.main-title {
|
div.main-title {
|
||||||
@ -21,11 +22,7 @@ html, body, #app, .layout {
|
|||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
}
|
}
|
||||||
.nav-btns-right {
|
.nav-btns-right {
|
||||||
display: inline-block;
|
display: flex;
|
||||||
position: absolute;
|
|
||||||
right: 20px;
|
|
||||||
top: 50%;
|
|
||||||
transform: translateY(-50%);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user