| | |
| | | } |
| | | |
| | | .el-popper { |
| | | background: #FEFEFE !important; |
| | | |
| | | .el-menu--popup-container { |
| | | .el-menu--popup { |
| | | min-width: auto !important; |
| | | } |
| | | |
| | | .el-menu { |
| | | .el-menu-item { |
| | | margin: 0 12px !important; |
| | | margin-top: 14px !important; |
| | | padding: 0 12px !important; |
| | | display: flex; |
| | | justify-content: center; |
| | | height: 36px; |
| | | background: transparent !important; |
| | | |
| | | .el-icon-menu { |
| | | display: none; |
| | | } |
| | | |
| | | &:first-child { |
| | | margin-top: 0; |
| | | } |
| | | } |
| | | |
| | | .el-menu-item.is-active { |
| | | &::before { |
| | | display: none; |
| | | } |
| | | |
| | | background: #4C34FF; |
| | | background: #F6F6FC !important; |
| | | border-radius: 8px 8px 8px 8px; |
| | | |
| | | span { |
| | | color: #fff; |
| | | color: #384CFF; |
| | | } |
| | | } |
| | | } |