Commit 145ae1fa authored by 曾婧's avatar 曾婧

feat: 解决华农主题样式问题2

parent 1cd1284d
Pipeline #48467 passed with stages
in 2 minutes 15 seconds
......@@ -34,6 +34,13 @@
.ant-menu.ant-menu-dark{
background-color: #fff!important;
}
.ant-menu-inline > .ant-menu-item{
height: 40px;
line-height: 40px;
}
.ant-pro-sider-logo{
display: none;
}
.panda-console-base-layout-slider-menu-item-active {
background-color: @hn-greenColor;
.panda-console-base-layout-slider-menu-item-text {
......@@ -259,20 +266,21 @@
stroke: @hn-greenColor !important;
}
}
.ant-menu-submenu-arrow::before{
background: #7a7a7a !important;
}
.ant-menu-submenu-arrow::after {
background: #7a7a7a !important;
}
.panda-console-base-menu-dark .panda-console-base-menu-inline.panda-console-base-menu-sub {
background: #fff;
}
.panda-console-base-pro-sider {
background: #fff;
// .panda-console-base-menu-submenu-arrow{
// color:#7a7a7a;
// }
.ant-menu-submenu-arrow::before{
background: #7a7a7a !important;
}
.ant-menu-submenu-arrow::after {
background: #7a7a7a !important;
}
.panda-console-base-menu-dark .panda-console-base-menu-inline.panda-console-base-menu-sub {
background: #fff;
}
}
}
}
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