Browse Source

顶部导航栏权级

liangjiahao 3 years ago
parent
commit
c091519482
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/index.vue

+ 1 - 1
src/layout/index.vue

@@ -118,6 +118,6 @@ export default {
 #box{
   position: sticky;
   top: 0px;
-  z-index: 99999;
+  z-index: 999;
 }
 </style>