diff --git a/components/transfer/style/index.tsx b/components/transfer/style/index.tsx index d5b0cb914..00beb0d51 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, + }, }; };