mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-07 06:31:52 +08:00
【优化】解决全局有滚动条问题
This commit is contained in:
@@ -72,12 +72,7 @@ $prefix-cls: #{$namespace}-layout;
|
|||||||
.#{$prefix-cls} {
|
.#{$prefix-cls} {
|
||||||
background-color: var(--app-content-bg-color);
|
background-color: var(--app-content-bg-color);
|
||||||
:deep(.#{$elNamespace}-scrollbar__view) {
|
:deep(.#{$elNamespace}-scrollbar__view) {
|
||||||
//height: 100% !important;
|
height: 99% !important;
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user