mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
fix: 日期类组件字体大小修复 (#5743)
Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
This commit is contained in:
parent
bc59853b17
commit
b1d5a8e7f4
@ -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);
|
||||
|
@ -57,6 +57,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.#{$ns}DatePicker-input {
|
||||
font-size: var(--fonts-size-7);
|
||||
}
|
||||
|
||||
&.is-disabled {
|
||||
background: $gray200;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user