feat: optimize menus and add Windows monitoring menu (#236)

This commit is contained in:
Fine0830
2023-02-17 13:29:42 +08:00
committed by GitHub
parent b2707e0e62
commit b247ed1c24
6 changed files with 32 additions and 3 deletions

View File

@@ -204,3 +204,11 @@ div.vis-tooltip {
.vis-item.vis-selected.Normal {
color: #1a1a1a !important;
}
.el-menu--vertical.sub-list {
display: none;
}
div:has(> a.menu-title) {
display: none;
}