This commit is contained in:
ddrwode
2026-02-09 22:36:32 +08:00
parent cb849613a9
commit 5fe60fdd57
15 changed files with 1288 additions and 89 deletions

View File

@@ -204,6 +204,40 @@
color: var(--accent-dim);
}
.price-trend {
display: flex;
flex-direction: column;
gap: 0.15rem;
white-space: nowrap;
}
.price-trend .trend-delta {
font-family: var(--font-mono);
font-size: 0.82rem;
font-weight: 600;
}
.price-trend .trend-meta {
font-size: 0.75rem;
color: var(--text-muted);
}
.price-trend.trend-up .trend-delta {
color: var(--red);
}
.price-trend.trend-down .trend-delta {
color: var(--green);
}
.price-trend.trend-flat .trend-delta {
color: var(--text-muted);
}
.price-trend.trend-new .trend-delta {
color: var(--accent);
}
.admin-table .btn-delete {
background: none;
border: none;