| | |
| | |
|
| | | .el-menu--collapse
|
| | | > div
|
| | | > .el-submenu
|
| | | > .el-submenu__title
|
| | | .el-submenu__icon-arrow {
|
| | | > .el-sub-menu |
| | | > .el-sub-menu__title |
| | | .el-sub-menu__icon-arrow { |
| | | display: none;
|
| | | }
|
| | |
|
| | | /* 确保菜单箭头始终显示 - 使用 flex 布局 */ |
| | | .el-sub-menu__title { |
| | | display: flex !important; |
| | | align-items: center !important; |
| | | line-height: normal !important; |
| | | } |
| | | |
| | | .el-sub-menu__title .el-sub-menu__icon-arrow { |
| | | position: static !important; |
| | | display: inline-flex !important; |
| | | visibility: visible !important; |
| | | width: auto !important; |
| | | height: auto !important; |
| | | overflow: visible !important; |
| | | margin-left: auto !important; |
| | | align-self: center !important; |
| | | margin-top: 0 !important; |
| | | margin-bottom: 0 !important; |
| | | transform: none !important; |
| | | top: auto !important; |
| | | } |
| | | |
| | | .el-dropdown .el-dropdown-link { |
| | | color: var(--el-color-primary) !important; |
| | | } |