宽度修正
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user