diff --git a/src/components/MenuSearch/index.vue b/src/components/MenuSearch/index.vue index eeac84fe..8905f110 100644 --- a/src/components/MenuSearch/index.vue +++ b/src/components/MenuSearch/index.vue @@ -32,7 +32,12 @@
  • @@ -40,7 +45,7 @@
    - {{ item.title }} + {{ item.title }}
  • @@ -192,14 +197,15 @@ onMounted(() => { } &__item { + display: flex; + align-items: center; padding: 10px; - line-height: 40px; text-align: left; cursor: pointer; &--active { - color: $menu-active-text; - background-color: $menu-hover; + color: var(--el-color-primary); + background-color: var(--el-menu-hover-bg-color); } } }