fix(transfer): checkbox click evt run repeatedly (#6902)
parent
31d00bf7d1
commit
ce72484623
|
@ -272,6 +272,10 @@ const genTransferListStyle: GenerateStyle<TransferToken> = (token: TransferToken
|
||||||
'&-footer': {
|
'&-footer': {
|
||||||
borderTop: `${lineWidth}px ${lineType} ${colorSplit}`,
|
borderTop: `${lineWidth}px ${lineType} ${colorSplit}`,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'&-checkbox': {
|
||||||
|
lineHeight: 1,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue