From 055f252e2917acc1b1d789343d19d43d59df2bf0 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Mon, 26 May 2025 19:23:27 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8tab=E7=9A=84=E5=9E=82=E7=9B=B4?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/FileEditorTabs.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/src/components/FileEditorTabs.vue b/packages/frontend/src/components/FileEditorTabs.vue index 83143b8..e0490dc 100644 --- a/packages/frontend/src/components/FileEditorTabs.vue +++ b/packages/frontend/src/components/FileEditorTabs.vue @@ -172,6 +172,7 @@ onBeforeUnmount(() => { display: flex; flex-wrap: nowrap; /* 防止标签换行 */ overflow-x: auto; /* 水平滚动 */ + overflow-y: hidden; /* 防止垂直滚动 */ background-color: #252526; /* VSCode 风格的标签背景 */ border-bottom: 1px solid #3f3f46; /* 分隔线 */ flex-shrink: 0; /* 防止标签栏被压缩 */