优化了界面布局

This commit is contained in:
CN-JS-HuiBai
2026-04-02 20:33:53 +08:00
parent 345970410b
commit 71db5c051b

View File

@@ -268,20 +268,23 @@ header p {
.section-actions {
display: flex;
flex-wrap: wrap;
flex-wrap: nowrap;
align-items: center;
gap: 0.75rem;
gap: 0.5rem;
min-width: 0;
justify-content: flex-end;
}
.action-btn {
border: none;
background: #2563eb;
color: #ffffff;
font-size: 0.95rem;
font-size: 0.88rem;
font-weight: 600;
padding: 0.75rem 1rem;
border-radius: 14px;
min-width: 140px;
padding: 0.6rem 0.9rem;
border-radius: 12px;
min-width: auto;
white-space: nowrap;
cursor: pointer;
transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}