地图信息弹窗增加透明度样式

This commit is contained in:
hym 2026-04-04 23:10:36 +08:00
parent f3ecdf8c0c
commit e783375fbf
1 changed files with 6 additions and 0 deletions

View File

@ -1783,6 +1783,12 @@ header{
display: none !important; 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 { .popup-table {
border-spacing: 0; border-spacing: 0;
font-family: 'Microsoft YaHei'; font-family: 'Microsoft YaHei';