添加框架内容

This commit is contained in:
linxd
2025-06-16 16:22:26 +08:00
parent 1eabd737a6
commit c7b9ffac10
37 changed files with 2328 additions and 41 deletions

View File

@ -1,9 +1,27 @@
@import '../baseStyle.less';
.header {
position: relative;
z-index: 1;
display: flex;
align-items: flex-end;
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;
}