update ServerDashboard

This commit is contained in:
Timi
2026-04-12 00:15:54 +08:00
parent 489cbb5d0f
commit 611830f393
30 changed files with 2078 additions and 892 deletions

View File

@@ -2,7 +2,7 @@
<div class="docker-dashboard">
<section class="card">
<p class="tag">Docker</p>
<h2 class="title">容器状态</h2>
<h2 class="header">容器状态</h2>
<p class="desc">这里用于承载容器列表运行状态镜像占用和资源使用情况</p>
</section>
</div>
@@ -26,7 +26,7 @@
}
.tag,
.title,
.header,
.desc {
margin: 0;
}
@@ -40,7 +40,7 @@
font-size: .875rem;
}
.title {
.header {
font-size: 1.1rem;
}
@@ -54,4 +54,4 @@
box-shadow: 0 .35rem 1rem rgba(0, 0, 0, .2);
}
}
</style>
</style>