Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
d557d1a1
Commit
d557d1a1
authored
Mar 16, 2026
by
erio
Browse files
fix(ui): restore original max-h-48 height for distribution tables
parent
e0286e50
Changes
2
Show whitespace changes
Inline
Side-by-side
frontend/src/components/charts/GroupDistributionChart.vue
View file @
d557d1a1
...
...
@@ -37,7 +37,7 @@
<div
class=
"h-48 w-48"
>
<Doughnut
:data=
"chartData"
:options=
"doughnutOptions"
/>
</div>
<div
class=
"max-h-
6
4 flex-1 overflow-y-auto"
>
<div
class=
"max-h-4
8
flex-1 overflow-y-auto"
>
<table
class=
"w-full text-xs"
>
<thead>
<tr
class=
"text-gray-500 dark:text-gray-400"
>
...
...
frontend/src/components/charts/ModelDistributionChart.vue
View file @
d557d1a1
...
...
@@ -71,7 +71,7 @@
<div
class=
"h-48 w-48"
>
<Doughnut
:data=
"chartData"
:options=
"doughnutOptions"
/>
</div>
<div
class=
"max-h-
6
4 flex-1 overflow-y-auto"
>
<div
class=
"max-h-4
8
flex-1 overflow-y-auto"
>
<table
class=
"w-full text-xs"
>
<thead>
<tr
class=
"text-gray-500 dark:text-gray-400"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment