优化界面布局

This commit is contained in:
CN-JS-HuiBai
2026-04-02 20:35:16 +08:00
parent 71db5c051b
commit 3a46b43397
2 changed files with 12 additions and 4 deletions

View File

@@ -258,12 +258,17 @@ header p {
}
.section-header {
display: block;
margin-bottom: 0.75rem;
}
.section-actions-row {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
margin-bottom: 1.5rem;
border-bottom: 1px solid var(--panel-border);
padding-bottom: 1rem;
padding-top: 1rem;
border-top: 1px solid var(--panel-border);
}
.section-actions {
@@ -272,7 +277,7 @@ header p {
align-items: center;
gap: 0.5rem;
min-width: 0;
justify-content: flex-end;
justify-content: flex-start;
}
.action-btn {