Skip to content

Commit

Permalink
chore: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Jan 24, 2024
1 parent 9f8f2a8 commit b179be8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/src/assets/admin/dashboard.less
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,19 @@
user-select: none;

.chart {
#model-usage-chart {
#model-usage-chart,
#user-type-chart {
min-height: 8rem !important;
max-height: 8rem !important;
margin: 1rem 0;
margin-top: 1.5rem;
margin-bottom: 1rem;
flex-shrink: 0;
}

canvas {
min-height: 10rem !important;
max-height: 10rem !important;
flex-shrink: 0;
}

.chart-title {
Expand Down

0 comments on commit b179be8

Please sign in to comment.