From f83fbc15d528a82026e5bc53b9eb246e03472568 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 17:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E9=A1=B5=E9=9D=A2=E5=88=9D?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/index.less b/src/index.less index c258007..8a5bf53 100644 --- a/src/index.less +++ b/src/index.less @@ -378,6 +378,16 @@ textarea.ant-input { background-color: #f5f5f5 !important; } } + + .ant-tree-node-content-wrapper { + width: 100% !important; + height: 40px !important; + display: flex; + align-items: center; + &:hover { + background-color: #f5f5f5 !important; + } + } .ant-tree-switcher { height: 40px !important; display: flex;