|
@@ -222,7 +222,7 @@ export default defineComponent({
|
|
|
lineDash: [10, 10]
|
|
|
}),
|
|
|
fill: new style.Fill({
|
|
|
- color: 'rgba(20, 129, 241, 0.3)',
|
|
|
+ color: 'rgba(20, 129, 241, 0.1)',
|
|
|
}),
|
|
|
})
|
|
|
]
|
|
@@ -271,7 +271,7 @@ export default defineComponent({
|
|
|
lineDash: [10, 10]
|
|
|
}),
|
|
|
fill: new style.Fill({
|
|
|
- color: 'rgba(20, 129, 241, 0.3)',
|
|
|
+ color: 'rgba(20, 129, 241, 0.1)',
|
|
|
}),
|
|
|
})
|
|
|
});
|