28 lines
417 B
Plaintext
28 lines
417 B
Plaintext
@import '../baseStyle.less';
|
|
|
|
.header {
|
|
position: relative;
|
|
z-index: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: @width;
|
|
margin: 0 auto;
|
|
.logo {
|
|
height: 45px;
|
|
}
|
|
}
|
|
.header-menu {
|
|
display: flex;
|
|
flex: 1;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
.ant-menu-horizontal {
|
|
line-height: 58px;
|
|
border: none;
|
|
}
|
|
}
|
|
.user {
|
|
margin-left: 15px;
|
|
}
|