Merge pull request #1678 from 2betop/css

css 变量名称错误
This commit is contained in:
RickCole 2021-03-18 15:59:07 +08:00 committed by GitHub
commit e361b49e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
}
&.#{$ns}Form-control--sizeMd {
min-width: auto;
width: var(--Form-control-sizeMd);
width: var(--Form-control-widthMd);
}
&.#{$ns}Form-control--sizeLg {
min-width: auto;
width: var(--Form-control-sizeLg);
width: var(--Form-control-widthLg);
}
}