|
@@ -41,6 +41,9 @@ export default {
|
|
|
data: [],
|
|
|
unit: '次',
|
|
|
showValue: true,
|
|
|
+ colors: ['#ff3f40', '#fa6544', '#f16b22', '#f1a124', '#f1a124', '#c7f123', '#c7f123', '#22f294', '#24f1b9', '#23f1dc',
|
|
|
+ '#35f8fe', '#00a8ff', '#0083ff', '#0060ff', '#003cff', '#0018ff', '#4800fe', '#7800ff', '#a201ff', '#e300ff',
|
|
|
+ ],
|
|
|
},
|
|
|
timeTips: '',
|
|
|
}
|
|
@@ -102,7 +105,8 @@ export default {
|
|
|
.dashboard-container {
|
|
|
width: 100%;
|
|
|
height: calc(100vh - 84px);
|
|
|
- background: #1f2d3d;
|
|
|
+ // background: url(./bg.jpg) no-repeat center;
|
|
|
+ background-color: #1f2d3d;
|
|
|
}
|
|
|
.scoped-rank {
|
|
|
width: 600px;
|