fix(admin-dashboard): increase mini trend chart height

This commit is contained in:
萝卜
2026-03-16 12:04:40 +08:00
parent 0230e48878
commit 5bfcd0a119

View File

@@ -351,7 +351,8 @@
}
.adm-mini-chart{
height:86px;
/* 高度加大:避免 bar 与容器 padding/边框挤压,提升可读性 */
height:110px;
display:flex;
align-items:flex-end;
gap:8px;