修复地图样式背景
This commit is contained in:
parent
fb91ff871b
commit
92afbfd501
|
@ -51,3 +51,13 @@ 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%;
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue