Skip to content

Commit eae2b5d

Browse files
authored
fix(transfer): checkbox click evt run repeatedly (#6903)
* fix(transfer): checkbox click evt run repeatedly * update
1 parent 42982af commit eae2b5d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/transfer/style/index.less

+9
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,15 @@
189189
&-footer {
190190
border-top: @border-width-base @border-style-base @border-color-split;
191191
}
192+
193+
&-checkbox {
194+
line-height: 1;
195+
align-items: center;
196+
197+
& > span {
198+
top: 0;
199+
}
200+
}
192201
}
193202

194203
&-operation {

0 commit comments

Comments
 (0)