dianlixunjian
parent
8665f641b5
commit
7b560dcb21
|
|
@ -425,7 +425,7 @@
|
|||
}
|
||||
|
||||
.legend {
|
||||
width: 200px;
|
||||
width: 220px;
|
||||
padding: 10px;
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
|
|
@ -437,6 +437,7 @@
|
|||
background-image: url('/statistical/left_statistical.png');
|
||||
background-size: 100% 100%;
|
||||
.legend-item {
|
||||
width: 82px;
|
||||
padding: 5px 0px;
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
|
|
|
|||
|
|
@ -114,11 +114,12 @@
|
|||
(val) => {
|
||||
console.log(val);
|
||||
for (let key in val.legend[0]) {
|
||||
console.log(key);
|
||||
if (key != '默认') {
|
||||
filters.value.push({
|
||||
name: key,
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue