|
@@ -87,7 +87,8 @@ const FinancialDashboard: React.FC = () => {
|
|
|
<div className="relative w-[1920px] h-[1080px] overflow-hidden bg-gray-900">
|
|
<div className="relative w-[1920px] h-[1080px] overflow-hidden bg-gray-900">
|
|
|
{/* 背景层 */}
|
|
{/* 背景层 */}
|
|
|
<BackgroundOverlay />
|
|
<BackgroundOverlay />
|
|
|
- <GridBackground />
|
|
|
|
|
|
|
+ {/* 这个没用的,是设计用来参考的 */}
|
|
|
|
|
+ {/* <GridBackground /> */}
|
|
|
|
|
|
|
|
{/* 主内容区域 */}
|
|
{/* 主内容区域 */}
|
|
|
<div className="relative z-10 w-full h-full p-8">
|
|
<div className="relative z-10 w-full h-full p-8">
|