From 205efed0b7587223ee58b9bd853f670bbe08d296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Mon, 13 Mar 2023 11:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=91=E5=BD=A2=E7=BB=84=E4=BB=B6=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.less b/src/index.less index eb97095..9550adf 100644 --- a/src/index.less +++ b/src/index.less @@ -341,6 +341,7 @@ textarea.ant-input { overflow: hidden; } &:hover { + background-color: #f5f5f5 !important; border-radius: 6px !important; overflow: hidden; } @@ -349,7 +350,9 @@ textarea.ant-input { height: 40px !important; display: flex; align-items: center; - + &:hover { + background-color: #f5f5f5 !important; + } } .ant-tree-switcher { height: 40px !important;