mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
fix: 修复日期输入框盖住后面节点问题 (#3853)
This commit is contained in:
parent
c2568161bd
commit
bb842becc1
@ -100,6 +100,7 @@
|
||||
}
|
||||
|
||||
.#{$ns}DateControl {
|
||||
width: auto !important; // 因为这里要撑开父容器
|
||||
&.is-date > .#{$ns}DatePicker {
|
||||
min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user