Commit ce17da58 by zhangleyuan

style:调整样式

parent d6e1cba8
...@@ -13,10 +13,11 @@ ...@@ -13,10 +13,11 @@
background: @menu-bakg; background: @menu-bakg;
color: #333; color: #333;
.menu-type-icon{ .menu-type-icon{
margin:4px 0 4px 156px; margin:4px 0 4px 150px;
cursor: pointer; cursor: pointer;
.icon{ .icon{
font-size:14px; font-size:14px;
color:#5E606A;
} }
} }
.ant-menu { .ant-menu {
...@@ -74,6 +75,7 @@ ...@@ -74,6 +75,7 @@
.ant-menu-item-selected{ .ant-menu-item-selected{
background-color:@active-color; background-color:@active-color;
color:#FFF; color:#FFF;
border-radius:2px;
&:hover{ &:hover{
color:#FFF; color:#FFF;
} }
...@@ -99,8 +101,12 @@ ...@@ -99,8 +101,12 @@
} }
} }
.ant-menu-submenu-arrow{
right:22px;
color:#5E606A;
}
} }
} }
&.left-container-vertical { &.left-container-vertical {
...@@ -126,11 +132,12 @@ ...@@ -126,11 +132,12 @@
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected { .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
background:@active-color !important; background:@active-color !important;
} }
.ant-menu.ant-menu-dark, .ant-menu-dark .ant-menu-sub, .ant-menu.ant-menu-dark .ant-menu-sub{ .ant-menu.ant-menu-dark, .ant-menu-dark .ant-menu-sub, .ant-menu.ant-menu-dark .ant-menu-sub{
background: @menu-bakg !important; background: @menu-bakg !important;
} }
.ant-menu-submenu-popup{
left:67px !important;
}
.ant-menu-submenu-popup>.ant-menu { .ant-menu-submenu-popup>.ant-menu {
background: @menu-bakg !important; background: @menu-bakg !important;
color: #333; color: #333;
......
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