refactor: tighten private analytics header

This commit is contained in:
aits2026
2026-03-10 12:24:42 +08:00
parent 6911132c95
commit 74e974177c
4 changed files with 43 additions and 40 deletions

View File

@@ -8,10 +8,6 @@
.error-container {
flex: 1;
}
.page-header {
margin-bottom: 16px;
}
}
// 加载和错误状态
@@ -69,24 +65,6 @@
}
}
.page-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 16px;
h1 {
margin: 0;
}
.header-actions {
display: flex;
align-items: center;
gap: 8px;
}
}
@keyframes spin {
from {
transform: rotate(0deg);