From 7d4392a3b45b24f6ef19713ed02e44fa7fbb5176 Mon Sep 17 00:00:00 2001 From: Konv Suu <2583695112@qq.com> Date: Mon, 28 Aug 2023 18:02:19 +0800 Subject: [PATCH 1/2] fix(transfer): checkbox click evt run repeatedly --- components/transfer/style/index.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/transfer/style/index.less b/components/transfer/style/index.less index e7005bb062..9c1f780927 100644 --- a/components/transfer/style/index.less +++ b/components/transfer/style/index.less @@ -189,6 +189,15 @@ &-footer { border-top: @border-width-base @border-style-base @border-color-split; } + + &-checkbox { + line-height: 1; + align-items: center; + + .ant-checkbox { + top: 0; + } + } } &-operation { From 5f80c0d788ceab69f75de691237836201374ecdc Mon Sep 17 00:00:00 2001 From: Konv Suu <2583695112@qq.com> Date: Thu, 31 Aug 2023 08:52:06 +0800 Subject: [PATCH 2/2] update --- components/transfer/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/transfer/style/index.less b/components/transfer/style/index.less index 9c1f780927..79634a29f6 100644 --- a/components/transfer/style/index.less +++ b/components/transfer/style/index.less @@ -194,7 +194,7 @@ line-height: 1; align-items: center; - .ant-checkbox { + & > span { top: 0; } }