From fc8864d0e96e6608f83c813e3cb359349ef766d8 Mon Sep 17 00:00:00 2001 From: Konv Suu <2583695112@qq.com> Date: Mon, 28 Aug 2023 17:44:00 +0800 Subject: [PATCH] fix(transfer): checkbox click evt run repeatedly --- components/transfer/style/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/transfer/style/index.tsx b/components/transfer/style/index.tsx index d5b0cb914f..00beb0d513 100644 --- a/components/transfer/style/index.tsx +++ b/components/transfer/style/index.tsx @@ -272,6 +272,10 @@ const genTransferListStyle: GenerateStyle = (token: TransferToken '&-footer': { borderTop: `${lineWidth}px ${lineType} ${colorSplit}`, }, + + '&-checkbox': { + lineHeight: 1, + }, }; };