|
@@ -1,29 +1,8 @@
|
|
|
<template>
|
|
|
<div class="dashboard-editor-container">
|
|
|
+ <span>欢迎你使用金牌车教后台系统</span>
|
|
|
|
|
|
- <panel-group @handleSetLineChartData="handleSetLineChartData" />
|
|
|
|
|
|
- <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>
|
|
@@ -80,7 +59,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.dashboard-editor-container {
|
|
|
padding: 32px;
|
|
|
- background-color: rgb(240, 242, 245);
|
|
|
+ background-color: #fff;
|
|
|
position: relative;
|
|
|
|
|
|
.chart-wrapper {
|