@@ -1,6 +1,6 @@
<template>
<div id="middle-card">
- <dv-decoration-11 style="width: 200px; height: 60px; margin: 10px 0">{{ dataItem.title }}</dv-decoration-11>
+ <dv-decoration-11 style="width: 250px; height: 60px; margin: 10px 0">{{ dataItem.title }}</dv-decoration-11>
<div class="chart_box">
<div class="leftItem">
<div style="width: 100%; height: 100%" ref="Echart"></div>
@@ -203,6 +203,7 @@ export const barData = {
top: '20px'
},
xAxis: {
+ name: '人员姓名',
type: 'category',
data: [],
axisTick: {
@@ -221,7 +222,7 @@ export const barData = {
yAxis: {
type: 'value',
- name: '',
+ name: '数量(个)',
nameTextStyle: {
color: '#fff',
fontSize: 14