🐞 fix:删除scrollbar__view高度限制

This commit is contained in:
preschooler
2024-08-22 02:13:51 +08:00
parent ca6b61f553
commit ca3e47f673
4 changed files with 5 additions and 26 deletions

View File

@ -71,8 +71,5 @@ $prefix-cls: #{$namespace}-layout;
.#{$prefix-cls} {
background-color: var(--app-content-bg-color);
:deep(.#{$elNamespace}-scrollbar__view) {
height: 99% !important;
}
}
</style>