From 60e3e60ef25ae9ef8a4f5d4fd99add6f5ddd5e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98huanghaiixia=E2=80=99?= <980486410@.com> Date: Thu, 30 Oct 2025 17:17:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=9B=BD=E5=AE=B6=E5=9C=B0=E5=8C=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Tree/src/Tree.vue | 2 +- src/views/mdm/CountryRegion/index.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Tree/src/Tree.vue b/src/components/Tree/src/Tree.vue index e49a583..6bc1df7 100644 --- a/src/components/Tree/src/Tree.vue +++ b/src/components/Tree/src/Tree.vue @@ -382,7 +382,7 @@ return () => { const { title, helpMessage, toolbar, search, checkable } = props; const showTitle = title || toolbar || search || slots.headerTitle; - const scrollStyle: CSSProperties = { height: 'calc(100% - 51px)' }; + const scrollStyle: CSSProperties = { height: 'calc(100% - 100px)' }; const inputslots = { prefix: () => }; return (
diff --git a/src/views/mdm/CountryRegion/index.vue b/src/views/mdm/CountryRegion/index.vue index 01db807..5ca86f2 100644 --- a/src/views/mdm/CountryRegion/index.vue +++ b/src/views/mdm/CountryRegion/index.vue @@ -411,6 +411,9 @@ .cusFormStyleArea .ant-col-8{ max-width: 200px; } + .cusFormStyleArea .scrollbar__bar.is-vertical{ + top:inherit; + }