Merge pull request 'fix:😀修复字典管理界面存在多个垂直滚动条问题' (#223) from jasondom/Admin.NET.Pro:v2 into v2

Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/223
This commit is contained in:
zuohuaijun 2025-01-10 01:29:54 +08:00
commit 95b1db86bc

View File

@ -409,4 +409,7 @@ const updateDictSession = async () => {
flex-direction: column;
height: 100%;
}
:deep(.vxe-grid--layout-body-wrapper .vxe-grid--layout-body-content-wrapper) {
overflow: hidden;
}
</style>