diff --git a/src/layout/components/NavHeader/index.vue b/src/layout/components/NavHeader/index.vue index ce4011292..8eb9a0b94 100644 --- a/src/layout/components/NavHeader/index.vue +++ b/src/layout/components/NavHeader/index.vue @@ -190,6 +190,10 @@ export default { font-weight: 600; font-size: 15px; + ::v-deep .el-input.is-disabled > input { + background: none; + } + &:hover { background-color: rgba(0, 0, 0, .12) !important; }