Merge branch 'dev' of http://218.237.212.51:30003/gitadmin/sk_fems_ui into dev-trungvq7-0729

This commit is contained in:
dev
2025-07-31 11:33:52 +09:00
51 changed files with 1048 additions and 1645 deletions

View File

@ -144,7 +144,7 @@ a {
& .router-tab__container {
overflow-y: auto;
min-height: calc(100vh - 105px);
height: calc(100vh - 105px);
max-height: calc(100vh - 105px);
padding: 20px;
}
@ -487,7 +487,7 @@ a {
background-color: map-deep-get($config, #{$theme}, "container-fluid");
.menu-container {
max-height: calc(100vh - 60px);
height:calc(100vh - 60px);
overflow-y: auto;
}
}