add width:100% for datepicker stylr

This commit is contained in:
SimaQ 2015-07-20 16:05:39 +08:00
parent a7efcbab11
commit a5d3618d2e
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
| disabled | 禁用 | bool | false |
<style>
.code-box-demo .ant-calendar-picker-input {
.code-box-demo .ant-calendar-picker {
width: 200px;
}
</style>

View File

@ -10,6 +10,7 @@
.@{prefixCalendarClass}-picker {
position: relative;
display: inline-block;
width: 100%;
&-icon {
position: absolute;