🎨 减小右上角元素间距为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 c4fe9f9f72
commit 9f32d73f6c

View File

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