feat: 添加移动数据控制

This commit is contained in:
2026-06-26 16:48:40 +08:00
parent 4aa93d8a9d
commit ae27984fb0
7 changed files with 462 additions and 50 deletions
+15 -1
View File
@@ -363,7 +363,7 @@ h3 {
.status-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 16px;
}
@@ -378,12 +378,26 @@ h3 {
min-height: 190px;
}
.feature-card--control {
display: grid;
grid-template-rows: auto auto minmax(0, 1fr) auto auto;
}
.feature-card p {
margin-top: 14px;
color: var(--muted);
font-size: 14px;
}
.feature-card__actions {
margin-top: 18px;
}
.mobile-data-status {
min-height: 20px;
margin-top: 10px;
}
.eyebrow {
display: block;
margin-bottom: 18px;