fix: 日期类组件字体大小修复 (#5743)

Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
This commit is contained in:
qiaoganggang 2022-11-11 15:51:22 +08:00 committed by GitHub
parent bc59853b17
commit b1d5a8e7f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,7 @@
flex: 1;
width: 50%;
line-height: px2rem(30px);
font-size: var(--fonts-size-7);
&::placeholder {
color: var(--colors-neutral-text-6);

View File

@ -57,6 +57,10 @@
}
}
.#{$ns}DatePicker-input {
font-size: var(--fonts-size-7);
}
&.is-disabled {
background: $gray200;