Browse Source

修改悬浮搜索框zindex

yangc 7 years ago
parent
commit
2e5b2f1425
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/main/Header.vue

+ 1 - 1
components/main/Header.vue

@@ -57,7 +57,7 @@
       position: fixed;
       width: 100%;
       background: #fff;
-      z-index: 999;
+      z-index: 1001;
       top: 0;
       padding-top: 20px;
       -webkit-box-shadow: 0 2px 0 0 #ccc;