Browse Source

降低头的z-index

zhulizhen1111 4 years ago
parent
commit
66e0417d23
1 changed files with 5 additions and 1 deletions
  1. 5 1
      public/index.html

+ 5 - 1
public/index.html

@@ -38,6 +38,10 @@
             background: #f7f9fa !important;
         }
 
+        .fm-menu-left-bar {
+            z-index: 99;
+        }
+
         .my-leaflet-div-icon {
             white-space: nowrap;
         }
@@ -122,7 +126,7 @@
     <div style="height:26px;background-color:#efefef;padding:0 10px;z-index: 999;" id="wd-fm"></div>
     <div id="app">
         <!-- 首屏加载,只在main.ts中写时,页面还是有很长时间的空白,故在此也写首屏加载 -->
-            <!-- <div class="p-index-loading">
+        <!-- <div class="p-index-loading">
                 <ul class="p-index-loading-box">
                     <li class="p-index-loading-list p-index-loading-list-1" />
                     <li class="p-index-loading-list p-index-loading-list-2" />