fix:😀修复字典管理界面存在多个垂直滚动条问题
This commit is contained in:
parent
9d7a249dd4
commit
74cca54245
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user