1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-06 15:31:23 +08:00

Optimized the menu freeze bug

This commit is contained in:
2023-06-09 23:08:13 +08:00
parent 1785ab541f
commit 4f688ad57a

View File

@@ -320,8 +320,7 @@ export default {
}
.menu:not(.el-menu--collapse) {
width: 13vw;
min-width: 190px;
width: calc(10rem + 5vw);
}
.menu-top > * {