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:
commit
95b1db86bc
@ -409,4 +409,7 @@ const updateDictSession = async () => {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
:deep(.vxe-grid--layout-body-wrapper .vxe-grid--layout-body-content-wrapper) {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user