fix(menu): improve menu logic, fix #461

This commit is contained in:
Vben
2021-04-08 23:04:16 +08:00
parent 780a8a67b8
commit ee1c349858
13 changed files with 66 additions and 33 deletions

View File

@@ -82,7 +82,7 @@ html[data-theme='dark'] {
.ant-tabs-tab-active {
position: relative;
padding-left: 18px;
color: @white;
color: @white !important;
background: @primary-color;
border: 0;
transition: none;