🎨 减小右上角元素间距为8px

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-10 20:52:38 +08:00
parent a58ace97c5
commit 74079e3f08

View File

@@ -53,7 +53,7 @@
}
.header-title { font-size: 20px; font-weight: 500; display: flex; align-items: center; gap: 8px; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-actions .btn { color: white; }
.header-actions .btn-outlined { border-color: rgba(255,255,255,0.7); }
.header-actions .btn-outlined:hover { background: rgba(255,255,255,0.1); }