From 87d7a291f0db95f5e858d94be6a7bda73dcee96b Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Thu, 16 May 2024 11:56:37 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E4=BF=AE=E5=A4=8D=20organization?= =?UTF-8?q?=20=E5=9C=A8=E7=A6=81=E7=94=A8=E6=97=B6=E7=9A=84=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=A2=AB=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/NavHeader/index.vue | 4 ++++ 1 file changed, 4 insertions(+) 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; }