fix:😀修复字典管理界面存在多个垂直滚动条问题

This commit is contained in:
喵你个旺呀 2025-01-09 17:20:13 +08:00
parent 9d7a249dd4
commit 74cca54245

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>