修改element中el-menu的默认样式

/* 定制el-menu样式 */

.clearfix >>> .el-menu {

  border-radius: 5px;

  overflow: hidden;

  background-color: #2381df;

}

.clearfix >>> .el-menu-item {

  background-color: #2381df !important;

}

.clearfix >>> .el-menu-item:hover {

  outline: 0 !important;

  color: #fff !important;

}

.clearfix >>> .el-menu-item.is-active {

  color: #fff !important;

  background-color: #67bb74 !important;

}

.clearfix >>> .el-submenu__title:focus,

.el-submenu__title:hover {

  outline: 0 !important;

  color: #fff !important;

  background: #2381df !important;

}

上一篇:JDK


下一篇:element-ui Table 表格自定义滚动条和fixed时表格错位的解决方案