From 7931abe89b205b5740276b60b880d241601a3370 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Thu, 18 Dec 2025 18:00:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E5=85=AC=E5=8F=B8?= =?UTF-8?q?=E6=A6=82=E8=A7=88=E4=B8=8E=E8=82=A1=E6=9D=83=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E4=B9=8B=E9=97=B4=E7=9A=84=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - BasicInfoTab: 设置 contentPadding={0} 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../Company/components/CompanyOverview/BasicInfoTab/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Company/components/CompanyOverview/BasicInfoTab/index.tsx b/src/views/Company/components/CompanyOverview/BasicInfoTab/index.tsx index 57ece1c3..81537370 100644 --- a/src/views/Company/components/CompanyOverview/BasicInfoTab/index.tsx +++ b/src/views/Company/components/CompanyOverview/BasicInfoTab/index.tsx @@ -72,6 +72,7 @@ const BasicInfoTab: React.FC = ({ onTabChange={onTabChange} themePreset="blackGold" compact + contentPadding={0} /> ); };