feat(system): redesign system info page and move request-log controls from layout footer

This commit is contained in:
LTbinglingfeng
2026-02-07 12:03:40 +08:00
parent 0b54b6de64
commit e053854544
7 changed files with 292 additions and 178 deletions

View File

@@ -448,27 +448,6 @@
}
}
.footer {
padding: $spacing-md $spacing-lg;
border-top: 1px solid var(--border-color);
background: var(--bg-primary);
display: flex;
justify-content: space-between;
align-items: center;
color: var(--text-secondary);
font-size: 14px;
flex-wrap: wrap;
gap: $spacing-sm;
.footer-version {
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
}
}
.grid {
display: grid;
gap: $spacing-lg;