src/components/HeaderSearch/index.vue
@@ -13,8 +13,13 @@ @change="change" > <el-option v-show="item.item.title.length>1" v-for="item in options" :key="item.path" :value="item" :label="item.item.title.join('>')"/> <el-option v-for="item in options" v-show="item.item.title.length>1" :key="item.path" :value="item" :label="item.item.title.join('>')" /> </el-select> </div> </template> @@ -154,7 +159,8 @@ } .svg-icon:hover { color: #42b983 !important; //color: #42b983 !important; color: rgb(170, 170, 170) !important; } .header-search-select {