Commit ce17da58 by zhangleyuan

style:调整样式

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