Commit 3cd40e6837ef96645cbbe610687192a9261a1a13

Authored by 潘钊
1 parent d11b6caa

update...

src/main/resources/static/pages/base/geo_data_edit/css/mian.css
... ... @@ -724,4 +724,19 @@ a.b_l_s_link{
724 724  
725 725 .uk-tooltip.uk-active {
726 726 z-index: 99999;
727   -}
728 727 \ No newline at end of file
  728 +}
  729 +
  730 +div[id*='PanoramaFlashWraperTANGRAM']{
  731 + z-index: 99999;
  732 + background: #fff;
  733 + text-align: center;
  734 + color: red;
  735 +}
  736 +/*
  737 +div[id*='PanoramaFlashWraperTANGRAM']:before{
  738 + content: "如果你使用的是chrome浏览器,请在设置里允许当前页面IP启用flash";
  739 + position: absolute;
  740 + top: 50px;
  741 + left: calc(50% - 220px);
  742 + font-size: 18px;
  743 +}*/
... ...
src/main/resources/static/pages/base/geo_data_edit/js/map.js
... ... @@ -62,6 +62,7 @@ var gb_ct_map = function () {
62 62 initFlag=true;
63 63 }
64 64  
  65 + $('.BMap_noprint.anchorTR').attr('title', '部分浏览器可能需要允许当前页面ip启用flash');
65 66 cb && cb();
66 67 };
67 68  
... ...