Compare commits

...

2 Commits

Author SHA1 Message Date
lizhenhua e31aa1efef Merge remote-tracking branch 'origin/master' 2025-07-24 09:51:48 +08:00
lizhenhua f65296e358 kaifa gongnn 2025-07-24 09:41:40 +08:00
1 changed files with 1 additions and 10 deletions

View File

@ -29,7 +29,7 @@
} }
body { body {
background: #f0f2f5; background-color: transparent;
color: var(--dark); color: var(--dark);
min-height: 100vh; min-height: 100vh;
overflow-x: hidden; overflow-x: hidden;
@ -497,15 +497,6 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<header>
<div class="logo">
<div class="logo-icon">
<i class="fas fa-hard-hat"></i>
</div>
<div class="logo-text">工地整体效能分析系统</div>
</div>
<div class="last-update">最后更新: 2023-11-16 14:30</div>
</header>
<!-- 主仪表盘 --> <!-- 主仪表盘 -->
<div class="dashboard" id="dashboard"></div> <div class="dashboard" id="dashboard"></div>