OSDN Git Service

fix bug
authortime <diqiuxuxu@gmail.com>
Thu, 29 Nov 2018 16:55:05 +0000 (00:55 +0800)
committertime <diqiuxuxu@gmail.com>
Thu, 29 Nov 2018 16:55:05 +0000 (00:55 +0800)
src/app/components/dialog/component.vue
src/app/entry/home.vue
src/app/entry/welcome.vue
src/app/home/menu.vue
src/assets/style.css

index 47e787d..59ace41 100644 (file)
@@ -1,7 +1,7 @@
 <style scoped>
 .modal-mask {
   position: fixed;
-  z-index: 9998;
+  z-index: 997;
   top: 0;
   left: 0;
   width: 100%;
index d8676e3..57e09b5 100644 (file)
@@ -326,7 +326,6 @@ export default {
     }
   },
   mounted() {
-    console.log(2222)
     if (localStorage.bytomNet != undefined) {
       this.network = localStorage.bytomNet;
     }
index da5cc1e..1b7b2de 100644 (file)
@@ -29,7 +29,7 @@
 </style>
 
 <template>
-  <section id="welcome">
+  <section id="app">
     <transition-group name="panels">
       <Welcome class="view" key="welcome" v-show="view.welcome" @next="currView='protocol'"></Welcome>
       <Protocol class="view" key="protocol" v-show="view.protocol" @next="protocolNext"></Protocol>
index 1bbbec9..6cb3de1 100644 (file)
@@ -5,7 +5,7 @@
   left: 0;
   right: 0;
   bottom: 0;
-  z-index: 9999;
+  z-index: 994;
   width: 55%;
   height: 100%;
   padding: 40px;
index 7894120..f26ee19 100644 (file)
@@ -175,7 +175,7 @@ hr {
 }
 
 .mask {
-  z-index: 9998;
+  z-index: 993;
   position: fixed;
   height: 100%;
   width: 100%;