yangc 7 years ago
parent
commit
795eeddae8
2 changed files with 3 additions and 2 deletions
  1. 3 0
      components/main/Header.vue
  2. 0 2
      components/main/Search.vue

+ 3 - 0
components/main/Header.vue

@@ -60,6 +60,9 @@
       z-index: 999;
       z-index: 999;
       top: 0;
       top: 0;
       padding-top: 20px;
       padding-top: 20px;
+      -webkit-box-shadow: 0 2px 0 0 #ccc;
+      -moz-box-shadow: 0 2px 0 0 #ccc;
+      box-shadow: 0 2px 0 0 #ccc;
     }
     }
 
 
     .header-brand {
     .header-brand {

+ 0 - 2
components/main/Search.vue

@@ -248,12 +248,10 @@
       },
       },
       onChange () {
       onChange () {
         this.associate.activeIndex = null
         this.associate.activeIndex = null
-        console.log(this.isInit)
         if (!this.keyword) {
         if (!this.keyword) {
           this.associate.show = false
           this.associate.show = false
           this.$store.dispatch('resetSearchKeywords')
           this.$store.dispatch('resetSearchKeywords')
         } else {
         } else {
-          console.log(1)
           if (!this.isInit) {
           if (!this.isInit) {
             this.searchKeywords()
             this.searchKeywords()
           } else {
           } else {