优化了界面布局
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user