Compare commits

..

No commits in common. "e31aa1efef1b8a858013d7bfaa38dca0a3879528" and "32be5d9412cfba7f3f281a5f5ebafb02e229a21c" have entirely different histories.

1 changed files with 10 additions and 1 deletions

View File

@ -29,7 +29,7 @@
}
body {
background-color: transparent;
background: #f0f2f5;
color: var(--dark);
min-height: 100vh;
overflow-x: hidden;
@ -497,6 +497,15 @@
</head>
<body>
<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>