优化工作台和订单列表交互
This commit is contained in:
@@ -259,40 +259,6 @@ canvas {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.stat-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.stat-card {
|
||||
min-height: 92px;
|
||||
padding: 14px;
|
||||
border-radius: var(--radius);
|
||||
background: var(--surface);
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
.stat-label {
|
||||
color: var(--text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.stat-value {
|
||||
margin-top: 8px;
|
||||
color: var(--text-strong);
|
||||
font-size: 25px;
|
||||
font-weight: 800;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.stat-hint {
|
||||
margin-top: 8px;
|
||||
color: var(--primary-deep);
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.order-card,
|
||||
.event-card {
|
||||
display: block;
|
||||
@@ -461,8 +427,4 @@ canvas {
|
||||
.quick-grid {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.stat-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user