feat(overview): reduce padding of the chart container

This commit is contained in:
kunish 2023-09-04 23:41:44 +08:00
parent 89c060d825
commit 3728cd2e32
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -154,15 +154,15 @@ export default () => {
</TrafficWidget>
</div>
<div class="rounded-box flex flex-col bg-base-300 lg:flex-row">
<div class="m-4 flex-1">
<div class="rounded-box flex flex-col gap-2 bg-base-300 py-4 lg:flex-row">
<div class="flex-1">
<SolidApexCharts
type="area"
options={trafficChartOptions()}
series={trafficChartSeries()}
/>
</div>
<div class="m-4 flex-1">
<div class="flex-1">
<SolidApexCharts
type="line"
options={memoryChartOptions()}