diff --git a/src/assets/css/public.scss b/src/assets/css/public.scss index 2e8d309..05d98e4 100644 --- a/src/assets/css/public.scss +++ b/src/assets/css/public.scss @@ -212,6 +212,7 @@ input { outline-color: transparent; } + .el-input__wrapper, .el-select__wrapper { box-shadow: none; @@ -227,3 +228,9 @@ input { color: $theme-color; } } + +.el-dropdown-menu__item:not(.is-disabled):focus, +.el-dropdown-menu__item:not(.is-disabled):hover { + background-color: #fff !important; + color: #2dc26b !important; +} diff --git a/src/views/Survey/Index.vue b/src/views/Survey/Index.vue index 4440f70..28b7f2b 100644 --- a/src/views/Survey/Index.vue +++ b/src/views/Survey/Index.vue @@ -238,9 +238,10 @@ onMounted(() => {