nav style

This commit is contained in:
caishi 2021-09-30 20:40:33 +08:00
parent 68a5ca9380
commit dfd7d9f03f
1 changed files with 8 additions and 1 deletions

View File

@ -87,6 +87,13 @@
line-height: 30px;
padding:0px 5px;
margin-left: 20px!important;
&.ant-menu-item-selected{
border-color:#466aff!important;
color:#466aff!important;
}
&.ant-menu-item-active{
border-color:transparent ;
}
}
}
}
@ -109,7 +116,7 @@
color: #333;
}
&.ant-menu-item-selected{
border-color:#1890ff!important;
border-color:#466aff!important;
}
&.ant-menu-item-active{
border-color:transparent ;