From 452ee7643d0115c5ff4ab5f4e1fa975fc24685a8 Mon Sep 17 00:00:00 2001 From: zhangjianjun Date: Sat, 28 Mar 2026 17:13:19 +0800 Subject: [PATCH] ud --- src/components/layout/TopTabsSection/index.module.css | 2 +- src/components/layout/TopTabsSection/index.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/layout/TopTabsSection/index.module.css b/src/components/layout/TopTabsSection/index.module.css index 91ffa19..bf4094b 100644 --- a/src/components/layout/TopTabsSection/index.module.css +++ b/src/components/layout/TopTabsSection/index.module.css @@ -132,7 +132,7 @@ text-align: left; font-style: normal; text-transform: none; - width: 32.5rem; + /* width: 32.5rem; */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; diff --git a/src/components/layout/TopTabsSection/index.tsx b/src/components/layout/TopTabsSection/index.tsx index 9cc7223..b2c29f9 100644 --- a/src/components/layout/TopTabsSection/index.tsx +++ b/src/components/layout/TopTabsSection/index.tsx @@ -81,7 +81,6 @@ export default function TopTabsSection({ data, className }: { data: Data, classN }
-
{data.tabItems[activeIndex].contentTitle}
@@ -92,7 +91,6 @@ export default function TopTabsSection({ data, className }: { data: Data, classN

{/* {data.tabItems[activeIndex].contentText ?? data.tabItems[activeIndex].content} */}