1234567891011121314151617181920212223242526272829 |
- #headerNav .el-submenu__icon-arrow {
- display: none;
- }
- #headerNav .el-badge >button {
- display: none;
- }
- #headerNav .el-badge__content.is-fixed{
- top: -12px;
- right: -10px;
- height: 16px;
- line-height: 16px;
- border: none;
- z-index: 2;
- }
- #headerNav .el-submenu__title {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 0 30px;
- margin: 0 5px;
- }
|