| | |
| | | <div class="daily-main"> |
| | | <div class="daily-content" style="height:100%"> |
| | | <p style="font-size: 16px;padding:19.5px 0px">每日业务统计</p> |
| | | <el-row :gutter="30"> |
| | | <el-row :gutter="35"> |
| | | <el-col :xs="12" :sm="10" :md="8" :lg="6" :xl="4" style="margin-bottom: 30px;"> |
| | | <div class="daily-card daily-head"> |
| | | <div class="daily-head-left"> |
| | |
| | | </div> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="30"> |
| | | <el-row :gutter="35"> |
| | | <el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12" style="margin-bottom: 30px;"> |
| | | <div class="daily-card chart-box"> |
| | | <h4>近10日任务接收量</h4> |
| | | <echart-module :id="'left'" :config="chartConfig0" :datas="chartData0"></echart-module> |
| | | <echart-module :id="'daily-left'" :config="chartConfig0" :datas="chartData0"></echart-module> |
| | | </div> |
| | | </el-col> |
| | | <el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12" style="margin-bottom: 30px;"> |
| | | <div class="daily-card chart-box"> |
| | | <h4>近10日实际完成任务与接收任务对比</h4> |
| | | <echart-module :id="'right'" :config="chartConfig1" :datas="chartData1"></echart-module> |
| | | <echart-module :id="'daily-right'" :config="chartConfig1" :datas="chartData1"></echart-module> |
| | | </div> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | font-weight: bold; |
| | | font-size: 28px; |
| | | display: inline-block; |
| | | margin-bottom: 26px; |
| | | margin-bottom: 30px; |
| | | } |
| | | |
| | | .daily-head-left .daily-head-left-info{ |