diff --git a/components/transfer/style/index.ts b/components/transfer/style/index.ts index 54e01e3e0182..cb6ffd25e2f8 100644 --- a/components/transfer/style/index.ts +++ b/components/transfer/style/index.ts @@ -305,6 +305,11 @@ const genTransferListStyle: GenerateStyle = (token: TransferToken '&-footer': { borderTop: `${lineWidth}px ${lineType} ${colorSplit}`, }, + + // fix: https://github.com/ant-design/ant-design/issues/44489 + '&-checkbox': { + lineHeight: 1, + }, }; };