We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
找到sidebar.scss,去掉颜色设置后面的!important,不然改不了侧边栏展开的背景和hover // menu hover .submenu-title-noDropdown, .el-submenu__title { &:hover { background-color: $menuHover; } }
.is-active > .el-submenu__title { color: $subMenuActiveText; } & .nest-menu .el-submenu > .el-submenu__title, & .el-submenu .el-menu-item { min-width: $sideBarWidth; background-color: $subMenuBg; &:hover { background-color: $subMenuHover; } }
Sorry, something went wrong.
我取消!important后,所有颜色都变成$menuBg的颜色。是我的改变variables.scss的方法实现有问题吗。方便看下您的demo是怎么实现的吗
没能重现。有问题,请新开issue,详细描述问题。
No branches or pull requests
Bug report(问题描述)
Steps to reproduce(问题复现步骤)
Screenshot or Gif(截图或动态图)
Link to minimal reproduction(最小可在线还原demo)
Other relevant information(格外信息)
The text was updated successfully, but these errors were encountered: