From d8fabc6b4c3e644e34c593f6c68249aaa845355b Mon Sep 17 00:00:00 2001 From: lumozx <969671691@qq.com> Date: Fri, 20 Oct 2023 12:12:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=EF=BC=8C=E7=82=B9=E5=87=BB=E5=88=B7=E6=96=B0=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=8F=92=E4=BB=B6=E5=90=8D=E7=A7=B0=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature/src/views/dev/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/src/views/dev/index.vue b/feature/src/views/dev/index.vue index 3b88fd5..374e404 100644 --- a/feature/src/views/dev/index.vue +++ b/feature/src/views/dev/index.vue @@ -103,7 +103,7 @@ const wrapperCol = { span: 14 }; color: var(--color-text-content); } :deep(.ant-input) { - background: var(--color-input-hover); + background: var(--color-input-hover) !important; color: var(--color-text-content); } }