Skip to content

Commit ce72484

Browse files
authored
fix(transfer): checkbox click evt run repeatedly (#6902)
1 parent 31d00bf commit ce72484

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: components/transfer/style/index.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@ const genTransferListStyle: GenerateStyle<TransferToken> = (token: TransferToken
272272
'&-footer': {
273273
borderTop: `${lineWidth}px ${lineType} ${colorSplit}`,
274274
},
275+
276+
'&-checkbox': {
277+
lineHeight: 1,
278+
},
275279
};
276280
};
277281

0 commit comments

Comments
 (0)