|  |  | 
 |  |  |         <div class="main_head"> | 
 |  |  |             <div class="main_head_title"> | 
 |  |  |                 <span>入园人员统计总览</span> | 
 |  |  |                 <el-radio-group v-model="isGroupBy" size="mini" @change="getData(), getRataLists(), getReportLists()"> | 
 |  |  |                 <el-radio-group v-model="isGroupBy" @change="getData(), getRataLists(), getReportLists()"> | 
 |  |  |                     <el-radio-button :label="0">按人次统计</el-radio-button> | 
 |  |  |                     <el-radio-button :label="1">按人员统计</el-radio-button> | 
 |  |  |                 </el-radio-group> | 
 |  |  | 
 |  |  |         <div class="main_content"> | 
 |  |  |             <div class="type_wrap"> | 
 |  |  |                 <div class="title">全年入园人员趋势</div> | 
 |  |  |                 <div class="echart1" ref="typeRef" v-if="info.cumulativeDataList"></div> | 
 |  |  |                 <div style="width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;" v-else> | 
 |  |  |                 <div class="echart1" ref="typeRef" v-show="info.cumulativeDataList"></div> | 
 |  |  |                 <div style="width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;" v-show="!info.cumulativeDataList"> | 
 |  |  |                     <img style="width: 200px;" src="@/assets/images/default_homeimg.png" alt=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <div class="dept_wrap"> | 
 |  |  |                 <div class="title"> | 
 |  |  |                     <span>人员分类统计</span> | 
 |  |  |                     <el-radio-group style="margin-left: 20px;" v-model="dateType" size="mini" @change="changeDateType"> | 
 |  |  |                         <el-radio-button label="month">月</el-radio-button> | 
 |  |  |                         <el-radio-button label="year">年</el-radio-button> | 
 |  |  |                     <el-radio-group style="margin-left: 43px;" v-model="dateType" @change="changeDateType"> | 
 |  |  |                         <el-radio-button label="month">月度</el-radio-button> | 
 |  |  |                         <el-radio-button label="year">年度</el-radio-button> | 
 |  |  |                     </el-radio-group> | 
 |  |  |                     <el-date-picker | 
 |  |  |                         v-model="value" | 
 |  |  |                         :type="dateType" | 
 |  |  |                         size="mini" | 
 |  |  |                         :clearable="false" | 
 |  |  |                         @change="getRataLists()" | 
 |  |  |                         :value-format="dateType === 'month' ? 'yyyy-MM' : 'yyyy'" | 
 |  |  |                         style="margin-left: 20px; width: 130px;" | 
 |  |  |                         style="margin-left: 10px; width: 130px;" | 
 |  |  |                         placeholder="请选择"> | 
 |  |  |                     </el-date-picker> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="echart2" ref="deptRef" v-if="listZB.length > 0"></div> | 
 |  |  |                 <div style="width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;" v-else> | 
 |  |  |                 <div id="echart2" v-show="listZB.length > 0"></div> | 
 |  |  |                 <div style="width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;" v-show="listZB.length === 0"> | 
 |  |  |                     <img style="width: 200px;" src="@/assets/images/default_homeimg.png" alt=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  | 
 |  |  |         <div class="main_table"> | 
 |  |  |             <div class="main_table_list"> | 
 |  |  |                 <div class="title" style="display: flex; align-items: center; justify-content: space-between;"> | 
 |  |  |                     <div> | 
 |  |  |                     <div style="display: flex; align-items: center;"> | 
 |  |  |                         <span>入园人员统计表</span> | 
 |  |  |                         <el-radio-group style="margin-left: 20px;" v-model="radio" size="mini" @change="changeBB"> | 
 |  |  |                             <el-radio-button label="month">月</el-radio-button> | 
 |  |  |                             <el-radio-button label="year">年</el-radio-button> | 
 |  |  |                         <el-radio-group style="margin-left: 43px;" v-model="radio" @change="changeBB"> | 
 |  |  |                             <el-radio-button label="month">月度</el-radio-button> | 
 |  |  |                             <el-radio-button label="year">年度</el-radio-button> | 
 |  |  |                         </el-radio-group> | 
 |  |  |                         <el-date-picker | 
 |  |  |                             v-model="date1" | 
 |  |  |                             :type="radio" | 
 |  |  |                             :clearable="false" | 
 |  |  |                             size="mini" | 
 |  |  |                             @change="getReportLists()" | 
 |  |  |                             :value-format="radio === 'month' ? 'yyyy-MM' : 'yyyy'" | 
 |  |  |                             style="margin-left: 20px; width: 130px;" | 
 |  |  |                             style="margin-left: 10px; width: 130px;" | 
 |  |  |                             placeholder="请选择"> | 
 |  |  |                         </el-date-picker> | 
 |  |  |                     </div> | 
 |  |  |                     <el-button type="primary" size="mini" style="margin-left: 20px;" @click="daochu">导出</el-button> | 
 |  |  |                     <el-button type="primary" icon="el-icon-upload2" style="margin-left: 20px;" @click="daochu">导出</el-button> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="list_head"> | 
 |  |  |                     <div class="list_head_item" v-for="(item, index) in column" :key="index">{{item}}</div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="table_box"> | 
 |  |  |                     <div class="list_content" v-for="(item, index) in list" :key="index"> | 
 |  |  |                         <div class="list_head_item" v-for="(child, i) in item" :key="i">{{child}}</div> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <template v-if="column.length > 0"> | 
 |  |  |                     <el-table | 
 |  |  |                         style="width: 100%; margin-top: 15px;" | 
 |  |  |                         :data="list" | 
 |  |  |                         header-row-style="background-color: #F7F7F7;" | 
 |  |  |                         border | 
 |  |  |                     > | 
 |  |  |                         <el-table-column :prop="item" :label="item" align="center" :fixed="index === 0 ? true : index === column.length - 1 ? 'right' : false" v-for="(item, index) in column" :key="index"></el-table-column> | 
 |  |  |                     </el-table> | 
 |  |  |                 </template> | 
 |  |  |                 <div class="list_wu" v-else>暂无数据</div> | 
 |  |  |             </div> | 
 |  |  |             <div class="main_table_list1"> | 
 |  |  |                 <div class="title"> | 
 |  |  |                     <span>本年人员累计入园统计</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="list_head"> | 
 |  |  |                     <div class="list_head_item">人员分类</div> | 
 |  |  |                     <div class="list_head_item">入园次数</div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="table_box"> | 
 |  |  |                     <div class="list_content" v-for="(item, index) in info.yearSortList" :key="index"> | 
 |  |  |                         <div class="list_head_item">{{item.name}}</div> | 
 |  |  |                         <div class="list_head_item">{{item.total}}</div> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <el-table | 
 |  |  |                     style="width: 100%; margin-top: 15px;" | 
 |  |  |                     :data="info.yearSortList" | 
 |  |  |                     header-row-style="background-color: #F7F7F7;" | 
 |  |  |                     border | 
 |  |  |                 > | 
 |  |  |                     <el-table-column prop="name" label="人员分类" align="center"></el-table-column> | 
 |  |  |                     <el-table-column prop="total" label="入园次数" align="center"></el-table-column> | 
 |  |  |                 </el-table> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |     </div> | 
 |  |  | 
 |  |  |       this.value = `${year}-${month}` | 
 |  |  |       this.date1 = `${year}-${month}` | 
 |  |  |  | 
 |  |  |       this.getData() | 
 |  |  |       this.getRataLists() | 
 |  |  |       this.getReportLists() | 
 |  |  |     this.getData() | 
 |  |  |     this.getRataLists() | 
 |  |  |     this.getReportLists() | 
 |  |  |     }, | 
 |  |  |     methods: { | 
 |  |  |       // 导出 | 
 |  |  | 
 |  |  |       getReportLists() { | 
 |  |  |         getReportList({ dateStr: this.date1, isGroupBy: this.isGroupBy, type: 1 }) | 
 |  |  |           .then(res => { | 
 |  |  |             if (res.length === 0) return | 
 |  |  |  | 
 |  |  |             this.column = res[0] | 
 |  |  |             this.list = res.slice(1, res.length); | 
 |  |  |  | 
 |  |  |             this.list = res.slice(1).map(row => { | 
 |  |  |               const obj = {}; | 
 |  |  |               this.column.forEach((header, index) => { | 
 |  |  |                 obj[header] = row[index]; | 
 |  |  |               }); | 
 |  |  |               return obj; | 
 |  |  |             }); | 
 |  |  |  | 
 |  |  |             // if (res.length === 0) { | 
 |  |  |             //   this.column = [] | 
 |  |  |             //   this.list = [] | 
 |  |  |             //   return | 
 |  |  |             // } | 
 |  |  |             // | 
 |  |  |             // this.column = res[0] | 
 |  |  |             // this.list = res.slice(1, res.length); | 
 |  |  |           }) | 
 |  |  |       }, | 
 |  |  |       changeDateType() { | 
 |  |  | 
 |  |  |         getRataList({ dateStr: this.value, isGroupBy: this.isGroupBy, type: 1 }) | 
 |  |  |           .then(res => { | 
 |  |  |             this.listZB = res | 
 |  |  |             this.$nextTick(() => { | 
 |  |  |             // this.$nextTick(() => { | 
 |  |  |             //   this.initDept() | 
 |  |  |             // }) | 
 |  |  |             setTimeout(() => { | 
 |  |  |               this.initDept() | 
 |  |  |             }) | 
 |  |  |             }, 1000) | 
 |  |  |           }) | 
 |  |  |       }, | 
 |  |  |       // 基础数据 | 
 |  |  |       getData() { | 
 |  |  |         getInParkUserData({ isGroupBy: this.isGroupBy, type: 1 }).then(res => { | 
 |  |  |           this.info = res | 
 |  |  |           this.$nextTick(() => { | 
 |  |  |           // this.$nextTick(() => { | 
 |  |  |           //   this.initType() | 
 |  |  |           // }) | 
 |  |  |           setTimeout(() => { | 
 |  |  |             this.initType() | 
 |  |  |           }) | 
 |  |  |           }, 1000) | 
 |  |  |         }) | 
 |  |  |       }, | 
 |  |  |       // 全年入园车辆趋势 | 
 |  |  | 
 |  |  |  | 
 |  |  |         let option = { | 
 |  |  |           grid: { | 
 |  |  |             left: '5%', | 
 |  |  |             right: '10%', | 
 |  |  |             bottom: '0%', | 
 |  |  |             top: '20%', | 
 |  |  |             left: '0%', | 
 |  |  |             right: '5%', | 
 |  |  |             bottom: '10%', | 
 |  |  |             top: '10%', | 
 |  |  |             containLabel: true | 
 |  |  |           }, | 
 |  |  |           tooltip: { | 
 |  |  |             trigger: 'item' | 
 |  |  |             trigger: 'axis', | 
 |  |  |             axisPointer: { | 
 |  |  |               type: 'line' | 
 |  |  |             } | 
 |  |  |           }, | 
 |  |  |           xAxis: { | 
 |  |  |             type: 'category', | 
 |  |  |             data: names | 
 |  |  |           }, | 
 |  |  |           yAxis: { | 
 |  |  |             type: 'value' | 
 |  |  |             type: 'value', | 
 |  |  |             axisLine: { | 
 |  |  |               show: true | 
 |  |  |             }, | 
 |  |  |             axisLabel: { | 
 |  |  |               formatter: function (value) { | 
 |  |  |                 // 四舍五入到最近的整数 | 
 |  |  |                 return Math.round(value); | 
 |  |  |               } | 
 |  |  |             } | 
 |  |  |           }, | 
 |  |  |           graphic: { | 
 |  |  |             elements: [ | 
 |  |  |               { | 
 |  |  |                   type: 'text', | 
 |  |  |                   left: 'left', | 
 |  |  |                   top: 'top', | 
 |  |  |                   style: { | 
 |  |  |                     text: '人员数', | 
 |  |  |                     textAlign: 'center', | 
 |  |  |                     fill: '#333' | 
 |  |  |                   } | 
 |  |  |                 } | 
 |  |  |             ] | 
 |  |  |           }, | 
 |  |  |           series: [ | 
 |  |  |             { | 
 |  |  |               data: datas, | 
 |  |  |               type: 'line' | 
 |  |  |               type: 'line', | 
 |  |  |               areaStyle: { | 
 |  |  |                 normal: { | 
 |  |  |                   color: { | 
 |  |  |                     x: 0, | 
 |  |  |                     y: 0, | 
 |  |  |                     x2: 0, | 
 |  |  |                     y2: 1, | 
 |  |  |                     colorStops: [{ | 
 |  |  |                       offset: 0, | 
 |  |  |                       color: '#207FF7' // 0% 处的颜色 | 
 |  |  |                     }, { | 
 |  |  |                       offset: 1, | 
 |  |  |                       color: 'rgba(255,255,255,.2)' // 100% 处的颜色 | 
 |  |  |                     }], | 
 |  |  |                     globalCoord: false // 缺省为 false | 
 |  |  |                   } | 
 |  |  |                 } | 
 |  |  |               }, | 
 |  |  |               lineStyle: { // 线条样式 | 
 |  |  |                 color: { | 
 |  |  |                   type: 'linear', | 
 |  |  |                   x: 0, | 
 |  |  |                   y: 0, | 
 |  |  |                   x2: 0, | 
 |  |  |                   y2: 1, | 
 |  |  |                   colorStops: [{ | 
 |  |  |                     offset: 0, color: '#207FF7' // 0% 处的颜色 | 
 |  |  |                   }, { | 
 |  |  |                     offset: 1, color: '#207FF7' // 100% 处的颜色 | 
 |  |  |                   }] | 
 |  |  |                 }, | 
 |  |  |                 width: 2 // 线条粗细 | 
 |  |  |               }, | 
 |  |  |               symbol: 'circle', | 
 |  |  |               symbolSize: 10, | 
 |  |  |               itemStyle: { | 
 |  |  |                 borderWidth: 1, | 
 |  |  |                 borderColor: '#fff', | 
 |  |  |                 color: '#207FF7' | 
 |  |  |               }, | 
 |  |  |               smooth: false | 
 |  |  |             } | 
 |  |  |           ] | 
 |  |  |         } | 
 |  |  | 
 |  |  |       initDept() { | 
 |  |  |         if (!this.listZB) return | 
 |  |  |  | 
 |  |  |         const myChart = echarts.init(document.querySelector('.echart2')) | 
 |  |  |         const dom = document.getElementById('echart2') | 
 |  |  |         console.log(dom) | 
 |  |  |         const myChart = echarts.init(dom) | 
 |  |  |  | 
 |  |  |         let data = this.listZB.map(item => { | 
 |  |  |           return { | 
 |  |  | 
 |  |  |  | 
 |  |  |         let option = { | 
 |  |  |           tooltip: { | 
 |  |  |             trigger: 'item' | 
 |  |  |             trigger: 'item', | 
 |  |  |           }, | 
 |  |  |           legend: { | 
 |  |  |             show: false, | 
 |  |  | 
 |  |  |             { | 
 |  |  |               name: '访问来源', | 
 |  |  |               type: 'pie', | 
 |  |  |               radius: '55%', | 
 |  |  |               radius: ['34%', '50%'], | 
 |  |  |               labelLine: { | 
 |  |  |                 normal: { | 
 |  |  |                   length: 30, | 
 |  |  |                   length2: 70, | 
 |  |  |                 } | 
 |  |  |               }, | 
 |  |  |               label: { | 
 |  |  |                 formatter: "{a|{b}} {d}%", | 
 |  |  |                 rich: { | 
 |  |  |                   a: { | 
 |  |  |                     color: '#333333', | 
 |  |  |                     fontSize: 14, | 
 |  |  |                     fontWeight: 500 | 
 |  |  |                   } | 
 |  |  |                 }, | 
 |  |  |                 padding: [0,-50,20,-100] | 
 |  |  |               }, | 
 |  |  |               data: data | 
 |  |  |             } | 
 |  |  |           ] | 
 |  |  | 
 |  |  |         overflow-x: hidden; | 
 |  |  |         padding: 15px; | 
 |  |  |         box-sizing: border-box; | 
 |  |  |         background-color: #ffffff; | 
 |  |  |         background-color: #F4F7FC; | 
 |  |  |         .main_head { | 
 |  |  |             width: 100%; | 
 |  |  |             display: flex; | 
 |  |  |             align-items: center; | 
 |  |  |             flex-direction: column; | 
 |  |  |             margin-bottom: 20px; | 
 |  |  |             margin-bottom: 10px; | 
 |  |  |             background-color: #ffffff; | 
 |  |  |             padding: 20px; | 
 |  |  |             box-sizing: border-box; | 
 |  |  |             .main_head_title { | 
 |  |  |                 width: 100%; | 
 |  |  |                 display: flex; | 
 |  |  |                 align-items: center; | 
 |  |  |                 margin-bottom: 20px; | 
 |  |  |                 span { | 
 |  |  |                     font-weight: 600; | 
 |  |  |                     font-size: 16px; | 
 |  |  |                     font-weight: 500; | 
 |  |  |                     font-size: 18px; | 
 |  |  |                     color: #222222; | 
 |  |  |                     margin-right: 30px; | 
 |  |  |                 } | 
 |  |  | 
 |  |  |                 align-items: center; | 
 |  |  |                 justify-content: space-between; | 
 |  |  |                 .blue { | 
 |  |  |                     border-left: 5px solid blue; | 
 |  |  |                     border-left: 8px solid #12BB8B; | 
 |  |  |                 } | 
 |  |  |                 .red { | 
 |  |  |                     border-left: 5px solid red; | 
 |  |  |                     border-left: 8px solid #F6CF46; | 
 |  |  |                 } | 
 |  |  |                 .yellow { | 
 |  |  |                     border-left: 5px solid yellow; | 
 |  |  |                     border-left: 8px solid #5DC9FB; | 
 |  |  |                 } | 
 |  |  |                 .orange { | 
 |  |  |                     border-left: 5px solid orange; | 
 |  |  |                     border-left: 8px solid #FF9E56; | 
 |  |  |                 } | 
 |  |  |                 .darkBlue { | 
 |  |  |                     border-left: 5px solid #0000a8; | 
 |  |  |                     border-left: 8px solid #6B6EFF; | 
 |  |  |                 } | 
 |  |  |                 .main_head_item { | 
 |  |  |                     width: 19%; | 
 |  |  |                     height: 70px; | 
 |  |  |                     height: 112px; | 
 |  |  |                     display: flex; | 
 |  |  |                     flex-direction: column; | 
 |  |  |                     align-items: center; | 
 |  |  |                     justify-content: center; | 
 |  |  |                     box-sizing: border-box; | 
 |  |  |                     border-radius: 5px; | 
 |  |  |                     background-color: #ffffff; | 
 |  |  |                     background-color: #F4F7FC; | 
 |  |  |                     span { | 
 |  |  |                         &:nth-child(1) { | 
 |  |  |                             font-size: 22px; | 
 |  |  |                             color: black; | 
 |  |  |                             font-weight: bold; | 
 |  |  |                             font-weight: 600; | 
 |  |  |                             font-size: 30px; | 
 |  |  |                             color: #222222; | 
 |  |  |                         } | 
 |  |  |                         &:nth-child(2) { | 
 |  |  |                             font-size: 16px; | 
 |  |  |                             color: black; | 
 |  |  |                             font-weight: 400; | 
 |  |  |                             font-size: 14px; | 
 |  |  |                             color: #222222; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  | 
 |  |  |  | 
 |  |  |         .main_table { | 
 |  |  |             display: flex; | 
 |  |  |             align-items: center; | 
 |  |  |             align-items: start; | 
 |  |  |             justify-content: space-between; | 
 |  |  |             height: 300px; | 
 |  |  |             margin-top: 10px; | 
 |  |  |             .main_table_list { | 
 |  |  |                 margin-left: 20px; | 
 |  |  |                 flex: 1; | 
 |  |  |                 background-color: #ffffff; | 
 |  |  |                 padding: 20px; | 
 |  |  |                 box-sizing: border-box; | 
 |  |  |                 width: 69%; | 
 |  |  |                 .title { | 
 |  |  |                     display: flex; | 
 |  |  |                     align-items: center; | 
 |  |  |                     span { | 
 |  |  |                         font-weight: 600; | 
 |  |  |                         font-size: 16px; | 
 |  |  |                         font-weight: 500; | 
 |  |  |                         font-size: 18px; | 
 |  |  |                         color: #222222; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 .list_wu { | 
 |  |  |                     width: 100%; | 
 |  |  |                     height: 100px; | 
 |  |  |                     line-height: 100px; | 
 |  |  |                     text-align: center; | 
 |  |  |                     font-size: 16px; | 
 |  |  |                     color: #222222; | 
 |  |  |                 } | 
 |  |  |                 .list_head { | 
 |  |  |                     width: 100%; | 
 |  |  |                     height: 35px; | 
 |  |  |                     height: 50px; | 
 |  |  |                     display: flex; | 
 |  |  |                     align-items: center; | 
 |  |  |                     background-color: #ececec; | 
 |  |  |                     background-color: #F7F7F7; | 
 |  |  |                     border-left: 1px solid #DFE2E8; | 
 |  |  |                     border-top: 1px solid #DFE2E8; | 
 |  |  |                     margin-top: 15px; | 
 |  |  |                     .list_head_item { | 
 |  |  |                         flex: 1; | 
 |  |  | 
 |  |  |                         justify-content: center; | 
 |  |  |                         font-size: 13px; | 
 |  |  |                         color: #222222; | 
 |  |  |                         font-weight: 500; | 
 |  |  |                         border-right: 1px solid #DFE2E8; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 .table_box { | 
 |  |  |                     width: 100%; | 
 |  |  |                     height: 234px; | 
 |  |  |                     border-bottom: 1px solid #DFE2E8; | 
 |  |  |                     .list_content { | 
 |  |  |                         width: 100%; | 
 |  |  |                         height: 40px; | 
 |  |  |                         height: 50px; | 
 |  |  |                         display: flex; | 
 |  |  |                         align-items: center; | 
 |  |  |                         border-left: 1px solid #DFE2E8; | 
 |  |  |                         border-top: 1px solid #DFE2E8; | 
 |  |  |                         .list_head_item { | 
 |  |  |                             flex: 1; | 
 |  |  |                             height: 100%; | 
 |  |  |                             display: flex; | 
 |  |  |                             border-right: 1px solid #DFE2E8; | 
 |  |  |                             align-items: center; | 
 |  |  |                             justify-content: center; | 
 |  |  |                             font-size: 13px; | 
 |  |  | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |             .main_table_list1 { | 
 |  |  |                 margin-left: 20px; | 
 |  |  |                 width: 300px; | 
 |  |  |                 margin-left: 10px; | 
 |  |  |                 width: 30%; | 
 |  |  |                 padding: 20px; | 
 |  |  |                 box-sizing: border-box; | 
 |  |  |                 flex-shrink: 0; | 
 |  |  |                 background-color: #ffffff; | 
 |  |  |                 .title { | 
 |  |  |                     font-weight: 600; | 
 |  |  |                     font-weight: 500; | 
 |  |  |                     font-size: 18px; | 
 |  |  |                     color: #222222; | 
 |  |  |                 } | 
 |  |  |                 .list_wu { | 
 |  |  |                     width: 100%; | 
 |  |  |                     height: 100px; | 
 |  |  |                     line-height: 100px; | 
 |  |  |                     text-align: center; | 
 |  |  |                     font-size: 16px; | 
 |  |  |                     color: #222222; | 
 |  |  |                 } | 
 |  |  |                 .list_head { | 
 |  |  |                     width: 100%; | 
 |  |  |                     height: 35px; | 
 |  |  |                     height: 50px; | 
 |  |  |                     display: flex; | 
 |  |  |                     align-items: center; | 
 |  |  |                     background-color: #ececec; | 
 |  |  |                     background-color: #F7F7F7; | 
 |  |  |                     border-left: 1px solid #DFE2E8; | 
 |  |  |                     border-top: 1px solid #DFE2E8; | 
 |  |  |                     margin-top: 15px; | 
 |  |  |                     .list_head_item { | 
 |  |  |                         flex: 1; | 
 |  |  |                         flex: 1.8; | 
 |  |  |                         height: 100%; | 
 |  |  |                         display: flex; | 
 |  |  |                         align-items: center; | 
 |  |  |                         justify-content: center; | 
 |  |  |                         font-size: 13px; | 
 |  |  |                         color: #222222; | 
 |  |  |                         font-weight: 500; | 
 |  |  |                         border-right: 1px solid #DFE2E8; | 
 |  |  |                         &:last-child { | 
 |  |  |                             flex: 1; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 .table_box { | 
 |  |  |                     width: 100%; | 
 |  |  |                     height: 234px; | 
 |  |  |                     border-bottom: 1px solid #DFE2E8; | 
 |  |  |                     .list_content { | 
 |  |  |                         width: 100%; | 
 |  |  |                         height: 40px; | 
 |  |  |                         height: 50px; | 
 |  |  |                         display: flex; | 
 |  |  |                         align-items: center; | 
 |  |  |                         border-left: 1px solid #DFE2E8; | 
 |  |  |                         border-top: 1px solid #DFE2E8; | 
 |  |  |                         .list_head_item { | 
 |  |  |                             flex: 1; | 
 |  |  |                             flex: 1.8; | 
 |  |  |                             height: 100%; | 
 |  |  |                             display: flex; | 
 |  |  |                             align-items: center; | 
 |  |  |                             border-right: 1px solid #DFE2E8; | 
 |  |  |                             justify-content: center; | 
 |  |  |                             text-align: center; | 
 |  |  |                             font-size: 13px; | 
 |  |  |                             color: #222222; | 
 |  |  |                             &:last-child { | 
 |  |  |                                 flex: 1; | 
 |  |  |                             } | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  | 
 |  |  |  | 
 |  |  |         .main_content { | 
 |  |  |             display: flex; | 
 |  |  |             height: 400px; | 
 |  |  |             align-items: center; | 
 |  |  |             justify-content: space-between; | 
 |  |  |             height: 350px; | 
 |  |  |  | 
 |  |  |             .title { | 
 |  |  |                 font-weight: 600; | 
 |  |  |                 font-size: 16px; | 
 |  |  |                 font-weight: 500; | 
 |  |  |                 font-size: 18px; | 
 |  |  |                 color: #222222; | 
 |  |  |                 /*margin-bottom: 20px;*/ | 
 |  |  |                 margin-top: 20px; | 
 |  |  |             } | 
 |  |  |  | 
 |  |  |             .type_wrap { | 
 |  |  |                 flex: 11; | 
 |  |  |                 flex-shrink: 0; | 
 |  |  |                 height: calc(100% - 20px); | 
 |  |  |                 flex: 1; | 
 |  |  |                 height: 100%; | 
 |  |  |                 background-color: #ffffff; | 
 |  |  |                 padding: 20px; | 
 |  |  |                 box-sizing: border-box; | 
 |  |  |                 /*border-right: 12px solid #f7f7f7;*/ | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 .echart1 { | 
 |  |  |                     width: 100%; | 
 |  |  |                     height: calc(100% - 60px); | 
 |  |  |                     height: 100%; | 
 |  |  |                     margin-top: 18px; | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |  | 
 |  |  |             .dept_wrap { | 
 |  |  |                 flex: 8; | 
 |  |  |                 width: 520px; | 
 |  |  |                 flex-shrink: 0; | 
 |  |  |                 height: calc(100% - 20px); | 
 |  |  |                 padding-left: 20px; | 
 |  |  |  | 
 |  |  |                 .echart2 { | 
 |  |  |                 height: 100%; | 
 |  |  |                 background-color: #ffffff; | 
 |  |  |                 padding: 20px; | 
 |  |  |                 box-sizing: border-box; | 
 |  |  |                 margin-left: 10px; | 
 |  |  |                 #echart2 { | 
 |  |  |                     width: 100%; | 
 |  |  |                     height: calc(100% - 60px); | 
 |  |  |                     height: 100%; | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |         } |