|
@@ -966,7 +966,7 @@ let app = new Vue({
|
|
|
lineStyle: {
|
|
|
type: 'dashed',
|
|
|
width: 2,
|
|
|
- color: '#4B941A'
|
|
|
+ color: 'rgba(255,255,255,0.6)'
|
|
|
},
|
|
|
animation: true
|
|
|
}
|
|
@@ -1105,7 +1105,7 @@ let app = new Vue({
|
|
|
lineStyle: {
|
|
|
type: 'dashed',
|
|
|
width: 2,
|
|
|
- color: '#4B941A'
|
|
|
+ color: 'rgba(255,255,255,0.6)'
|
|
|
},
|
|
|
animation: true
|
|
|
}
|