refactor: ♻️ 首页出现滚动条问题优化
Former-commit-id: 11b2623232bf89c2a53655d8ed647fcb6a740676
This commit is contained in:
@@ -180,7 +180,7 @@ orderCount.value = 2000;
|
|||||||
|
|
||||||
<!-- Echarts 图表 -->
|
<!-- Echarts 图表 -->
|
||||||
<el-row :gutter="40">
|
<el-row :gutter="40">
|
||||||
<el-col :sm="24" :lg="8" class="mb-4">
|
<el-col :sm="24" :lg="8" class="mb-2">
|
||||||
<BarChart
|
<BarChart
|
||||||
id="barChart"
|
id="barChart"
|
||||||
height="400px"
|
height="400px"
|
||||||
@@ -189,7 +189,7 @@ orderCount.value = 2000;
|
|||||||
/>
|
/>
|
||||||
</el-col>
|
</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
|
<PieChart
|
||||||
id="pieChart"
|
id="pieChart"
|
||||||
height="400px"
|
height="400px"
|
||||||
@@ -198,7 +198,7 @@ orderCount.value = 2000;
|
|||||||
/>
|
/>
|
||||||
</el-col>
|
</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
|
<RadarChart
|
||||||
id="radarChart"
|
id="radarChart"
|
||||||
height="400px"
|
height="400px"
|
||||||
|
|||||||
Reference in New Issue
Block a user