From a95c588a5d84427b7f025f661c974a197d669300 Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Thu, 27 Jul 2023 09:23:02 +0800 Subject: [PATCH] fix: fix table header buttons style add margin-bottom for table header buttons Change-Id: I8f272546942d7c71899c2f9129d8cf85c3b3515e --- src/components/Tables/Base/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Tables/Base/index.less b/src/components/Tables/Base/index.less index eaf7b832..68bac0a1 100644 --- a/src/components/Tables/Base/index.less +++ b/src/components/Tables/Base/index.less @@ -69,11 +69,12 @@ .table-header-btns { position: relative; display: inline-block; - margin-bottom: @body-padding; + margin-bottom: calc(@body-padding - 4px); :global { button { margin-right: 10px; + margin-bottom: 4px; } .ant-btn[disabled] {