From 9bc04c05508c0f6524a00476fb75fe4f830066da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Thu, 9 Mar 2023 16:31:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95=E5=92=8C?= =?UTF-8?q?=E5=8F=B3=E4=B8=8A=E8=A7=92=E7=AE=A1=E7=90=86=E5=91=98=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.less b/src/index.less index ca75570..9d20499 100644 --- a/src/index.less +++ b/src/index.less @@ -175,6 +175,10 @@ textarea.ant-input { font-weight: 400 !important; } +.ant-dropdown-menu{ + padding: 8px 4px !important; +} + .ant-dropdown-menu-item:hover { background-color: rgba(#ff4d4f, 0.1) !important; }