mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
add width:100% for datepicker stylr
This commit is contained in:
parent
a7efcbab11
commit
a5d3618d2e
@ -28,7 +28,7 @@
|
||||
| disabled | 禁用 | bool | false |
|
||||
|
||||
<style>
|
||||
.code-box-demo .ant-calendar-picker-input {
|
||||
.code-box-demo .ant-calendar-picker {
|
||||
width: 200px;
|
||||
}
|
||||
</style>
|
||||
|
@ -10,6 +10,7 @@
|
||||
.@{prefixCalendarClass}-picker {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
|
||||
&-icon {
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user