fix(transfer): checkbox click evt run repeatedly (#6902)

pull/6917/head
Konv Suu 1 year ago committed by GitHub
parent 31d00bf7d1
commit ce72484623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -272,6 +272,10 @@ const genTransferListStyle: GenerateStyle<TransferToken> = (token: TransferToken
'&-footer': {
borderTop: `${lineWidth}px ${lineType} ${colorSplit}`,
},
'&-checkbox': {
lineHeight: 1,
},
};
};

Loading…
Cancel
Save