From 74cca54245a566be9fe187ed9d6d0b12ac1ad78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=96=B5=E4=BD=A0=E4=B8=AA=E6=97=BA=E5=91=80?= Date: Thu, 9 Jan 2025 17:20:13 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=F0=9F=98=80=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=AD=97=E5=85=B8=E7=AE=A1=E7=90=86=E7=95=8C=E9=9D=A2=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E5=A4=9A=E4=B8=AA=E5=9E=82=E7=9B=B4=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/system/dict/index.vue | 3 +++ 1 file changed, 3 insertions(+) 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; +}