fix: input-number圆角显示可能不完整,数字颜色跟随主题 (#3471)

Co-authored-by: AegeanSeaBlue <2285105697@qq.com>
This commit is contained in:
AegeanSeaBlue 2022-03-01 10:46:52 +08:00 committed by GitHub
parent 62b3047b48
commit 7f29c70a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
background: var(--Number-bg);
border: var(--Number-borderWidth) solid var(--Number-borderColor);
border-radius: var(--Number-borderRadius);
overflow: hidden;
@include input-border();
&.no-steps > &-handler-wrap {
@ -73,6 +74,7 @@
transition: all var(--animation-duration) ease;
border: 0;
border-radius: var(--Form-input-borderRadius);
color: var(--Form-input-color);
padding: 0 var(--Form-input-paddingX);
}