地图打点动态数据加载,

This commit is contained in:
fengerli
2025-08-05 19:02:04 +08:00
parent d19dc91223
commit 6c5a702ff9
10 changed files with 208 additions and 86 deletions

View File

@ -139,7 +139,7 @@
},
popupBg: {
type: String,
default: 'rgb(42, 42, 42)'
default: 'rgb(42, 42, 42, 0.9)'
},
popupRadius: {
type: String,
@ -267,7 +267,7 @@
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 1);
background-color: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: center;
align-items: center;