chore: update style

This commit is contained in:
Zhang Minghan 2024-01-24 23:53:43 +08:00
parent 9f8f2a8168
commit b179be80ea

View File

@ -127,13 +127,19 @@
user-select: none; user-select: none;
.chart { .chart {
#model-usage-chart { #model-usage-chart,
#user-type-chart {
min-height: 8rem !important;
max-height: 8rem !important; max-height: 8rem !important;
margin: 1rem 0; margin-top: 1.5rem;
margin-bottom: 1rem;
flex-shrink: 0;
} }
canvas { canvas {
min-height: 10rem !important;
max-height: 10rem !important; max-height: 10rem !important;
flex-shrink: 0;
} }
.chart-title { .chart-title {