This commit is contained in:
caicai8 2019-12-19 15:45:01 +08:00
parent 624ed1f25e
commit b203736558
2 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,10 @@
transition: .3s; transition: .3s;
box-sizing: border-box; box-sizing: border-box;
} }
.map_header.active{
opacity: 0;
z-index: 49;
}
.logo_txt{ .logo_txt{
margin-left: 15px; margin-left: 15px;

View File

@ -560,6 +560,7 @@
latOrLonSearch(); latOrLonSearch();
}) })
// 左侧滑屏结束后调用该事件,重新渲染知识图谱 // 左侧滑屏结束后调用该事件,重新渲染知识图谱
// $('.fixed-left').on('transitionend', function () { // $('.fixed-left').on('transitionend', function () {
// console.log('滑屏结束时,调用渲染知识图谱'); // console.log('滑屏结束时,调用渲染知识图谱');