fix: remove extra styling from StatisticsPlaceholder
Remove unspecified styling properties to match spec exactly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
04c0b750c2
commit
a59870283d
@ -13,13 +13,7 @@ const StatisticsPlaceholder: React.FC = () => {
|
||||
}}
|
||||
>
|
||||
{/* 未来扩展:统计数据卡片、图表、报表等 */}
|
||||
<div
|
||||
style={{
|
||||
color: '#bfbfbf',
|
||||
fontSize: '16px',
|
||||
textAlign: 'center',
|
||||
}}
|
||||
>
|
||||
<div>
|
||||
{/* 当前阶段:完全空白,便于未来扩展 */}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user