1
This commit is contained in:
@@ -70,28 +70,14 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
<panel-group @handleSetLineChartData="handleSetLineChartData" />
|
||||
<!-- 在这里加入我们的统计 -->
|
||||
<div class="md-main">
|
||||
<p>数量统计</p>
|
||||
<div class="flex-box">
|
||||
<div class="flex-item"></div>
|
||||
|
||||
<el-row style="background: #fff; padding: 16px 16px 0; margin-bottom: 32px">
|
||||
<line-chart :chart-data="lineChartData" />
|
||||
</el-row>
|
||||
|
||||
<el-row :gutter="32">
|
||||
<el-col :xs="24" :sm="24" :lg="8">
|
||||
<div class="chart-wrapper">
|
||||
<raddar-chart />
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :xs="24" :sm="24" :lg="8">
|
||||
<div class="chart-wrapper">
|
||||
<pie-chart />
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :xs="24" :sm="24" :lg="8">
|
||||
<div class="chart-wrapper">
|
||||
<bar-chart />
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -365,4 +351,8 @@ export default {
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.md-main {
|
||||
color: gray;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user