Commit b9460d20 by cherishsince

【优化】解决全局有滚动条问题

parent 95973160
......@@ -72,7 +72,12 @@ $prefix-cls: #{$namespace}-layout;
.#{$prefix-cls} {
background-color: var(--app-content-bg-color);
:deep(.#{$elNamespace}-scrollbar__view) {
height: 100% !important;
//height: 100% !important;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment