Merge pull request #252 from liuzhihang/230709

修复地图样式背景
This commit is contained in:
小孙同学 2023-07-09 09:40:31 +08:00 committed by GitHub
commit 5ad951abc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,