diff --git a/Web/src/views/system/dict/index.vue b/Web/src/views/system/dict/index.vue index 4a41bfb1..9ac83974 100644 --- a/Web/src/views/system/dict/index.vue +++ b/Web/src/views/system/dict/index.vue @@ -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; +}