From a59870283d91344844a5dbce8ceccceef529f5ac Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 1 Apr 2026 10:44:11 +0800 Subject: [PATCH] fix: remove extra styling from StatisticsPlaceholder Remove unspecified styling properties to match spec exactly. Co-Authored-By: Claude Sonnet 4.6 --- src/pages/components/StatisticsPlaceholder.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/pages/components/StatisticsPlaceholder.tsx b/src/pages/components/StatisticsPlaceholder.tsx index 218cfcd..8de15c1 100644 --- a/src/pages/components/StatisticsPlaceholder.tsx +++ b/src/pages/components/StatisticsPlaceholder.tsx @@ -13,13 +13,7 @@ const StatisticsPlaceholder: React.FC = () => { }} > {/* 未来扩展:统计数据卡片、图表、报表等 */} -
+
{/* 当前阶段:完全空白,便于未来扩展 */}