yubo
2026-04-12 3a77c6fbda3243c135f9a3b55ad205970fd9f6cb
src/styles/index.scss
@@ -235,15 +235,14 @@
.el-submenu__title {
  font-weight: 400;
  font-size: 14px;
  color: rgb(255, 255, 255) !important;
  color: black !important;
  i {
    color: rgb(255, 255, 255) ;
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
li.el-menu-item {
  color: rgb(255, 255, 255) !important;
  color: black !important;
}
.el-tooltip__popper {
@@ -258,7 +257,8 @@
  line-height: 38px;
}
.el-menu-item.is-active {
  background-color: #1f2328 !important;
  background-color: rgb(163, 44, 48) !important;
  color: #fff !important;
}
.el-button {
  padding: 10px 20px;