From 4299c15139b8b1276a37136490b4521eb9f7998c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E9=BA=BB=E5=A6=9E?= <50100681+jiangmaniu@users.noreply.github.com> Date: Wed, 24 Aug 2022 21:25:52 +0800 Subject: [PATCH] style: Optimize Spacing Strategy (#37183) --- components/popover/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/popover/style/index.less b/components/popover/style/index.less index 7745874b44..5954e48855 100644 --- a/components/popover/style/index.less +++ b/components/popover/style/index.less @@ -112,7 +112,7 @@ margin-bottom: 4px; text-align: right; - button { + button:not(:first-child) { margin-left: 8px; } }