宽度修正

This commit is contained in:
2025-12-02 10:58:15 +08:00
parent 0304804057
commit 80ddcc96d3
5 changed files with 16 additions and 6 deletions

View File

@@ -57,4 +57,12 @@ function handleMenuClick(menu: SysMenu) {
min-height: 100vh;
background: #F9F9F9;
}
:deep(.menu-container){
width: 90%;
max-width: none;
}
:deep(.main-content .container){
width: 90%;
max-width: none !important;
}
</style>