"backend/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "8d4d3b03bb22597cbcebef37cf078dc032caf593"
Commit d557d1a1 authored by erio's avatar erio
Browse files

fix(ui): restore original max-h-48 height for distribution tables

parent e0286e50
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<div class="h-48 w-48"> <div class="h-48 w-48">
<Doughnut :data="chartData" :options="doughnutOptions" /> <Doughnut :data="chartData" :options="doughnutOptions" />
</div> </div>
<div class="max-h-64 flex-1 overflow-y-auto"> <div class="max-h-48 flex-1 overflow-y-auto">
<table class="w-full text-xs"> <table class="w-full text-xs">
<thead> <thead>
<tr class="text-gray-500 dark:text-gray-400"> <tr class="text-gray-500 dark:text-gray-400">
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<div class="h-48 w-48"> <div class="h-48 w-48">
<Doughnut :data="chartData" :options="doughnutOptions" /> <Doughnut :data="chartData" :options="doughnutOptions" />
</div> </div>
<div class="max-h-64 flex-1 overflow-y-auto"> <div class="max-h-48 flex-1 overflow-y-auto">
<table class="w-full text-xs"> <table class="w-full text-xs">
<thead> <thead>
<tr class="text-gray-500 dark:text-gray-400"> <tr class="text-gray-500 dark:text-gray-400">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment