refactor: ♻️ 首页出现滚动条问题优化

Former-commit-id: 11b2623232bf89c2a53655d8ed647fcb6a740676
This commit is contained in:
hxr
2023-08-24 00:48:41 +08:00
parent 1593ab8704
commit 4486d4be04

View File

@@ -180,7 +180,7 @@ orderCount.value = 2000;
<!-- Echarts 图表 -->
<el-row :gutter="40">
<el-col :sm="24" :lg="8" class="mb-4">
<el-col :sm="24" :lg="8" class="mb-2">
<BarChart
id="barChart"
height="400px"
@@ -189,7 +189,7 @@ orderCount.value = 2000;
/>
</el-col>
<el-col :xs="24" :sm="12" :lg="8" class="mb-4">
<el-col :xs="24" :sm="12" :lg="8" class="mb-2">
<PieChart
id="pieChart"
height="400px"
@@ -198,7 +198,7 @@ orderCount.value = 2000;
/>
</el-col>
<el-col :xs="24" :sm="12" :lg="8" class="mb-4">
<el-col :xs="24" :sm="12" :lg="8" class="mb-2">
<RadarChart
id="radarChart"
height="400px"