帮助文档页面调整
This commit is contained in:
parent
7f911218dc
commit
a4f2f9f8c1
|
|
@ -80,6 +80,26 @@
|
||||||
.ant-menu-inline {
|
.ant-menu-inline {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
.ant-menu-light {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
.ant-menu-submenu {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-menu-submenu-inline {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-menu-submenu-open {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
.ant-menu-submenu-active {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
.ant-menu-inline {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -117,12 +137,14 @@
|
||||||
|
|
||||||
.myMenu {
|
.myMenu {
|
||||||
:global {
|
:global {
|
||||||
|
|
||||||
.ant-layout-sider-children{
|
.ant-layout-sider-children{
|
||||||
.ant-menu-inline {
|
.ant-menu-inline {
|
||||||
border-inline-end: 0px !important;
|
border-inline-end: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-menu-submenu-title {
|
.ant-menu-submenu-title {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
flex-direction: row-reverse !important;
|
flex-direction: row-reverse !important;
|
||||||
|
|
@ -132,7 +154,7 @@
|
||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
}
|
}
|
||||||
.ant-menu-submenu-title:hover:not(.ant-menu-item-selected) {
|
.ant-menu-submenu-title:hover:not(.ant-menu-item-selected) {
|
||||||
background: #ffffff !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
.ant-menu-title-content:hover {
|
.ant-menu-title-content:hover {
|
||||||
color: #999 !important;
|
color: #999 !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue