|
|
@@ -810,13 +810,13 @@ export default {
|
|
|
.td-card-date { font-size: 13px; color: #64748B; }
|
|
|
.td-quick-card, .td-overview-card, .td-list-card, .td-orders-card { border-radius: 16px; border: none; box-shadow: 0 2px 12px rgba(59,130,246,0.06); }
|
|
|
.td-quick-card >>> .el-card__header, .td-overview-card >>> .el-card__header, .td-list-card >>> .el-card__header, .td-orders-card >>> .el-card__header { border-bottom: 1px solid #F1F5F9; padding: 16px 20px; }
|
|
|
-.td-quick-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
|
|
|
-.td-action-item { display: flex; flex-direction: column; align-items: center; padding: 16px; background: #F8FAFC; border-radius: 12px; cursor: pointer; transition: all 0.2s; }
|
|
|
+.td-quick-actions { display: flex; flex-wrap: wrap; gap: 16px; }
|
|
|
+.td-action-item { flex: 1 1 calc(50% - 8px); min-width: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px; background: #F8FAFC; border-radius: 12px; cursor: pointer; transition: all 0.2s; box-sizing: border-box; }
|
|
|
.td-action-item:hover { background: #F1F5F9; transform: translateY(-2px); }
|
|
|
.td-action-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; font-size: 20px; }
|
|
|
.td-action-item span { font-size: 13px; color: #64748B; }
|
|
|
-.td-today-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
|
|
|
-.td-today-stat-item { text-align: center; padding: 12px; background: #F8FAFC; border-radius: 12px; }
|
|
|
+.td-today-stats { display: flex; flex-wrap: wrap; gap: 16px; }
|
|
|
+.td-today-stat-item { flex: 1 1 calc(25% - 12px); min-width: 100px; text-align: center; padding: 12px; background: #F8FAFC; border-radius: 12px; box-sizing: border-box; }
|
|
|
.td-today-stat-value { font-size: 28px; font-weight: 700; line-height: 1.2; }
|
|
|
.td-today-stat-label { font-size: 13px; color: #64748B; margin-top: 4px; }
|
|
|
.td-family-list, .td-team-list { max-height: 400px; overflow-y: auto; }
|