From c5aa3488cbbb660627de9b4b8972d0c28da42814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Wed, 29 Mar 2023 09:41:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E5=88=87=E6=8D=A2=E6=A0=B7?= =?UTF-8?q?=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.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.scss b/src/index.scss index c142987..d051edd 100644 --- a/src/index.scss +++ b/src/index.scss @@ -275,3 +275,6 @@ h1 { opacity: 0.8; } } +.ant-dropdown-menu-item-group-list { + padding: 0 0 4px 0 !important; +}