Commit 597eb9fd by zhaochengxiang

修改样式

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