fix: eslint

(cherry picked from commit 8e78975521)
This commit is contained in:
xingyu
2023-07-29 12:55:51 +08:00
committed by shizhong
parent 9dd40c360a
commit c7d6d35642
9 changed files with 53 additions and 31 deletions

View File

@ -112,7 +112,9 @@ $prefix-cls: #{$namespace}-input-password;
height: inherit;
background-color: transparent;
border-radius: inherit;
transition: width 0.5s ease-in-out, background 0.25s;
transition:
width 0.5s ease-in-out,
background 0.25s;
&[data-score='0'] {
width: 20%;