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

pull/6917/head
Konv Suu 2023-08-31 07:47:10 +08:00 committed by GitHub
parent 31d00bf7d1
commit ce72484623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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