Commit 597eb9fd by zhaochengxiang

修改样式

parent 4851169b
......@@ -90,10 +90,6 @@ div[id^='__qiankun_microapp_wrapper_'] {
overflow: auto !important;
}
.yy-menu {
background-color: transparent !important;
}
.yy-card-bordered {
border-color: #333333 !important;
}
......
.home-header, .manage-header {
align-items: center;
&.ant-layout-header {
&.yy-layout-header {
color: #ffffff;
padding: 0;
}
.ant-menu {
.yy-menu {
background-color: transparent;
border-bottom: none;
&.ant-menu-horizontal {
.ant-menu-item,
.ant-menu-submenu,
.ant-menu-item-active,
.ant-menu-item-open,
.ant-menu-item-selected,
.ant-menu-item:hover,
.ant-menu-submenu-active,
.ant-menu-submenu-open,
.ant-menu-submenu-selected,
.ant-menu-submenu:hover {
&.yy-menu-horizontal {
.yy-menu-item,
.yy-menu-submenu,
.yy-menu-item-active,
.yy-menu-item-open,
.yy-menu-item-selected,
.yy-menu-item:hover,
.yy-menu-submenu-active,
.yy-menu-submenu-open,
.yy-menu-submenu-selected,
.yy-menu-submenu:hover {
border-bottom: none;
}
}
......@@ -44,7 +44,7 @@
justify-content: space-between ;
&.ant-layout-header {
&.yy-layout-header {
padding: 0 60px;
}
......
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