From 3f9f6abf03dfec28341e97a84b7193eff7420725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Wed, 15 Mar 2023 10:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E5=88=86=E7=B1=BB=E3=80=81?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E7=82=B9=E5=87=BB=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.less | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/index.less b/src/index.less index 81246c0..ee31df0 100644 --- a/src/index.less +++ b/src/index.less @@ -416,8 +416,19 @@ textarea.ant-input { } } -.ant-tree-switcher{ +.ant-tree-switcher { padding-left: 4px; + position: relative; +} +.ant-tree-switcher_open::before, +.ant-tree-switcher_close::before { + z-index: 100; + content: ""; + position: absolute; + right: -200px; + top: 0; + left: 0; + bottom: 0; } .ant-modal-confirm-btns > .ant-btn-default:hover {