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

* fix(transfer): checkbox click evt run repeatedly

* update
pull/7091/head
Konv Suu 2023-09-09 09:22:05 +08:00 committed by GitHub
parent 42982afa70
commit eae2b5d412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -189,6 +189,15 @@
&-footer {
border-top: @border-width-base @border-style-base @border-color-split;
}
&-checkbox {
line-height: 1;
align-items: center;
& > span {
top: 0;
}
}
}
&-operation {