From e6bc20b9e1b891e30de8e6fa84e884d3fb428e52 Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 26 Mar 2026 22:58:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20tab=20=E5=A4=A7=E5=B0=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-quick/components/Tabs/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages-quick/components/Tabs/styles/index.scss b/src/pages-quick/components/Tabs/styles/index.scss index a794449..d412c4a 100644 --- a/src/pages-quick/components/Tabs/styles/index.scss +++ b/src/pages-quick/components/Tabs/styles/index.scss @@ -17,7 +17,7 @@ /* 不让子项拉伸,按内容宽度排列 */ padding: 0 12px; /* 增加横向间距,便于触控 */ - min-width: 72px; + min-width: 68px; /* 保证可点击区域 */ }