|
@@ -161,7 +161,7 @@ export default {
|
|
|
series: [
|
|
series: [
|
|
|
{
|
|
{
|
|
|
name: '好评数',
|
|
name: '好评数',
|
|
|
- data: [35, 36, 31, 33, 13]
|
|
|
|
|
|
|
+ data: [45, 36, 31, 33, 13]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '完成数',
|
|
name: '完成数',
|
|
@@ -170,32 +170,24 @@ export default {
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
opts: {
|
|
opts: {
|
|
|
- color: ['#1890FF', '#91CB74', '#FAC858', '#EE6666', '#73C0DE', '#3CA272', '#FC8452', '#9A60B4', '#ea7ccc'],
|
|
|
|
|
|
|
+ color: ['#1890FF', '#91CB74'],
|
|
|
padding: [15, 30, 0, 5],
|
|
padding: [15, 30, 0, 5],
|
|
|
- enableScroll: false,
|
|
|
|
|
- legend: {},
|
|
|
|
|
xAxis: {
|
|
xAxis: {
|
|
|
boundaryGap: 'justify',
|
|
boundaryGap: 'justify',
|
|
|
disableGrid: false,
|
|
disableGrid: false,
|
|
|
gridType: 'dash',
|
|
gridType: 'dash',
|
|
|
gridColor: '#E5E5E5',
|
|
gridColor: '#E5E5E5',
|
|
|
min: 0,
|
|
min: 0,
|
|
|
- axisLine: false,
|
|
|
|
|
- max: 40
|
|
|
|
|
|
|
+ axisLine: false
|
|
|
},
|
|
},
|
|
|
- yAxis: {},
|
|
|
|
|
extra: {
|
|
extra: {
|
|
|
bar: {
|
|
bar: {
|
|
|
- type: 'group',
|
|
|
|
|
width: 15,
|
|
width: 15,
|
|
|
- meterBorde: 1,
|
|
|
|
|
- meterFillColor: '#FFFFFF',
|
|
|
|
|
activeBgColor: '#000000',
|
|
activeBgColor: '#000000',
|
|
|
activeBgOpacity: 0.08,
|
|
activeBgOpacity: 0.08,
|
|
|
linearType: 'custom',
|
|
linearType: 'custom',
|
|
|
barBorderCircle: true,
|
|
barBorderCircle: true,
|
|
|
- seriesGap: 2,
|
|
|
|
|
- categoryGap: 2
|
|
|
|
|
|
|
+ seriesGap: 2
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -570,8 +562,10 @@ export default {
|
|
|
|
|
|
|
|
.rank_charts {
|
|
.rank_charts {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
|
|
+ left: 30rpx;
|
|
|
|
|
+ right: 30rpx;
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
- width: 100%;
|
|
|
|
|
|
|
+ width: 630rpx;
|
|
|
height: 650rpx;
|
|
height: 650rpx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -580,7 +574,7 @@ export default {
|
|
|
z-index: 2;
|
|
z-index: 2;
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
right: 0;
|
|
right: 0;
|
|
|
- bottom: 155rpx;
|
|
|
|
|
|
|
+ bottom: 200rpx;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
justify-content: space-evenly;
|
|
|
align-items: center;
|
|
align-items: center;
|