优化了界面布局
This commit is contained in:
@@ -268,20 +268,23 @@ header p {
|
|||||||
|
|
||||||
.section-actions {
|
.section-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.75rem;
|
gap: 0.5rem;
|
||||||
|
min-width: 0;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-btn {
|
.action-btn {
|
||||||
border: none;
|
border: none;
|
||||||
background: #2563eb;
|
background: #2563eb;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 0.95rem;
|
font-size: 0.88rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.6rem 0.9rem;
|
||||||
border-radius: 14px;
|
border-radius: 12px;
|
||||||
min-width: 140px;
|
min-width: auto;
|
||||||
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
|
transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user