feat(ui): align admin project detail with enterprise system

This commit is contained in:
Cheng Zhou
2026-03-04 16:38:18 +08:00
parent 39b4d2a2ea
commit a3036c2233
3 changed files with 25 additions and 3 deletions
+9
View File
@@ -203,6 +203,15 @@
font-size: 34px;
}
.setup-page .setup-header.unified-action-bar {
padding: var(--unified-shell-padding-y) var(--unified-shell-padding-x);
border-bottom: 1px solid var(--unified-shell-divider);
}
.setup-page .setup-content.unified-section {
padding: 0;
}
@media (max-width: 960px) {
.unified-action-bar,
.unified-section {