From 11caf6bc8a5cc143b727693b0c476da4653e576a Mon Sep 17 00:00:00 2001 From: zhuoqinglian <1035449612@qq.com> Date: Fri, 17 Apr 2026 10:42:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E9=85=8D=E7=BD=AE-=E5=8A=9F=E8=83=BD=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=B2=A1=E6=9C=89=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/manager-web/src/components/FunctionDialog.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/main/manager-web/src/components/FunctionDialog.vue b/main/manager-web/src/components/FunctionDialog.vue index e0930a7d..e95cca8a 100644 --- a/main/manager-web/src/components/FunctionDialog.vue +++ b/main/manager-web/src/components/FunctionDialog.vue @@ -477,13 +477,15 @@ export default { .function-column { position: relative; + display: flex; + flex-direction: column; width: auto; - height:700px; + height: 100%; padding: 10px; - overflow-y: auto; border-right: 1px solid #EBEEF5; scrollbar-width: none; overflow-x: hidden; + box-sizing: border-box; } .mcp-access-point { @@ -497,6 +499,9 @@ export default { } .function-list { + overflow-y: auto; + overflow-x: hidden; + scrollbar-width: thin; display: flex; flex-direction: column; gap: 8px;