Commit 5d456a15 authored by 曾婧's avatar 曾婧

fix: Hn

parent 054d4da5
Pipeline #49470 passed with stages
in 2 minutes 14 seconds
......@@ -45,10 +45,15 @@
.ant-menu.ant-menu-dark {
background-color: #fff !important;
}
.@{ant-prefix}-layout{
display: none;
}
.@{ant-prefix}-menu-inline > .@{ant-prefix}-menu-item{
height: 40px;
line-height: 40px;
padding: 0 10px!important;
margin-top: 0!important;
margin-bottom: 0!important;
}
.ant-menu-inline > .ant-menu-item{
height: 40px;
......@@ -56,6 +61,8 @@
padding: 0 10px!important;
line-height: 40px;
text-overflow: ellipsis;
margin-top: 0!important;
margin-bottom: 0!important;
}
.ant-menu-inline .ant-menu-submenu-title{
height: 40px;
......@@ -64,6 +71,15 @@
.ant-pro-sider-logo {
display: none;
}
.ant-layout-sider{
background-color: #fff;
}
.ant-layout-slider-pro-sider-links{
display: none;
}
.ant-layout{
display: none;
}
.@{ant-prefix}-layout-slider-menu-item-active {
background-color: @hn-greenColor;
.@{ant-prefix}-layout-slider-menu-item-text {
......@@ -210,15 +226,22 @@
margin: 0;
}
.@{ant-prefix}-pro-sider-links {
display: none;
position: fixed;
bottom: 0;
z-index: 999;
display: none;
width: 50px;
}
.@{ant-prefix}-layout-slider-pro-sider-links{
display: none;
}
.@{ant-prefix}-pro-sider-logo {
display: none;
}
.@{ant-prefix}-layout-sider {
background: #fff;
}
.@{ant-prefix}-layout-slider-menu-item {
height: 36px;
}
......
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