fix: eslint

This commit is contained in:
xingyu
2023-07-29 12:55:51 +08:00
parent 3f36b57363
commit 8e78975521
10 changed files with 54 additions and 32 deletions

View File

@ -114,7 +114,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%;