WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

components/transfer/style/index.tsx

Lines changed: 4 additions & 0 deletions
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)