地图打点动态数据加载,
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user