修复地图样式背景

This commit is contained in:
guoqi.sun 2023-07-09 09:39:20 +08:00
parent fb91ff871b
commit 92afbfd501
2 changed files with 12 additions and 2 deletions

View File

@ -50,4 +50,14 @@ ul li {
/* 导航子菜单闪跳 */
#nav .menus_items .menus_item .menus_item_child li a{
padding: 0.3rem 0.5rem;
}
}
[data-theme=dark] .author-content-item.map {
background: none!important;
background-size: 100%;
}
.author-content-item.map {
background: none!important;
background-size: 100%;
}

View File

@ -128,7 +128,7 @@
statisticUP()
});
</script>
<script>
<script defer>
var t = new TMap.LatLng([[${theme.config.about.mapLocation}]])
, n = new TMap.Map(document.getElementById("mapContainer"),{
center: t,