地图颜色优化

This commit is contained in:
zzyuan 2026-01-27 14:07:01 +08:00
parent 0efcc2b62b
commit e8451ed736
1 changed files with 4 additions and 4 deletions

View File

@ -233,8 +233,8 @@ export default {
itemStyle: {
// color: "#4b6f52",
color: 'transparent',
borderWidth: 2,
borderColor: '#b8cad1',
borderWidth: 1,
borderColor: '#FFF',
opacity: 1,
},
emphasis: {
@ -245,8 +245,8 @@ export default {
},
itemStyle: {
color: 'rgba(44, 186, 178, 0.45)', // 👈 绿
borderColor: '#2cbab2', // 👈
borderWidth: 2,
borderColor: '#FFF', // 👈
borderWidth: 1,
},
},
regionHeight: 0,