Commit 2e7907c7 by kokoroli

fix: GlobalLayout style

parent 3d7acb78
...@@ -349,8 +349,8 @@ export default { ...@@ -349,8 +349,8 @@ export default {
} }
.logo.top-nav-header { .logo.top-nav-header {
flex: 0 0 56px;
text-align: center; text-align: center;
width: 56px;
line-height: 58px; line-height: 58px;
h1 { h1 {
display: none; display: none;
...@@ -388,7 +388,8 @@ export default { ...@@ -388,7 +388,8 @@ export default {
} }
} }
.ant-menu.ant-menu-horizontal { .ant-menu.ant-menu-horizontal {
max-width: 350px; flex: 1 1;
white-space: normal;
} }
} }
} }
...@@ -411,8 +412,6 @@ export default { ...@@ -411,8 +412,6 @@ export default {
border: none; border: none;
height: 64px; height: 64px;
line-height: 64px; line-height: 64px;
width: 100%;
max-width: 700px;
} }
.header-index-left { .header-index-left {
...@@ -446,7 +445,7 @@ export default { ...@@ -446,7 +445,7 @@ export default {
} }
.header-index-right { .header-index-right {
float: right; flex: 0 0 198px;
height: 64px; height: 64px;
overflow: hidden; overflow: hidden;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment