From b7d9ebf8164dc42ec4753eb33862997a71061b52 Mon Sep 17 00:00:00 2001 From: zoujing Date: Tue, 17 Mar 2026 20:23:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=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 7dd1445..a794449 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: 64px; + min-width: 72px; /* 保证可点击区域 */ }