refactor: ♻️ 首页出现滚动条问题优化
Former-commit-id: 11b2623232bf89c2a53655d8ed647fcb6a740676
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user