This commit is contained in:
2026-04-19 23:41:35 +08:00
parent 7660cda647
commit ef257e7120
31 changed files with 6317 additions and 1332 deletions
+28 -1
View File
@@ -2466,8 +2466,35 @@ select.form-input {
.result-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-3);
margin-bottom: var(--space-4);
flex-wrap: wrap;
}
.export-buttons {
display: flex;
gap: var(--space-2);
margin-left: auto;
flex-wrap: wrap;
}
.export-buttons .btn-sm {
font-size: 0.75rem;
padding: 0.25rem 0.6rem;
white-space: nowrap;
}
.btn-secondary {
background: var(--bg-secondary, #6b7280);
color: white;
border: none;
border-radius: var(--radius-md, 6px);
cursor: pointer;
transition: background 0.2s;
}
.btn-secondary:hover {
background: var(--bg-tertiary, #4b5563);
}
.result-title {