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

@ -220,7 +220,9 @@ $prefix-cls: #{$namespace}-cropper-am;
transparent 75%,
rgb(0 0 0 / 25%) 0
);
background-position: 0 0, 12px 12px;
background-position:
0 0,
12px 12px;
background-size: 24px 24px;
}

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%;