地图颜色优化
This commit is contained in:
parent
0efcc2b62b
commit
e8451ed736
|
|
@ -233,8 +233,8 @@ export default {
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
// color: "#4b6f52",
|
// color: "#4b6f52",
|
||||||
color: 'transparent',
|
color: 'transparent',
|
||||||
borderWidth: 2,
|
borderWidth: 1,
|
||||||
borderColor: '#b8cad1',
|
borderColor: '#FFF',
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
},
|
},
|
||||||
emphasis: {
|
emphasis: {
|
||||||
|
|
@ -245,8 +245,8 @@ export default {
|
||||||
},
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
color: 'rgba(44, 186, 178, 0.45)', // 👈 青绿色半透明背景
|
color: 'rgba(44, 186, 178, 0.45)', // 👈 青绿色半透明背景
|
||||||
borderColor: '#2cbab2', // 👈 高亮描边
|
borderColor: '#FFF', // 👈 高亮描边
|
||||||
borderWidth: 2,
|
borderWidth: 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
regionHeight: 0,
|
regionHeight: 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue