地图信息弹窗增加透明度样式
This commit is contained in:
parent
f3ecdf8c0c
commit
e783375fbf
|
|
@ -1783,6 +1783,12 @@ header{
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.mapboxgl-popup-content {
|
||||
background-color: rgba(255, 255, 255, 0.9) !important;
|
||||
padding-bottom: 5px !important;
|
||||
border-radius: 5px !important;
|
||||
}
|
||||
|
||||
.popup-table {
|
||||
border-spacing: 0;
|
||||
font-family: 'Microsoft YaHei';
|
||||
|
|
|
|||
Loading…
Reference in New Issue