Browse Source

fix TimePicker panel width inside DatePicker

pull/890/head
afc163 9 years ago
parent
commit
d29ce1d174
  1. 4
      style/components/timepicker/Picker.less

4
style/components/timepicker/Picker.less

@ -28,6 +28,10 @@
}
}
.@{calendar-prefix-cls}-time .@{timepicker-prefix-cls}-panel {
min-width: 168px;
}
.@{timepicker-prefix-cls} {
position: relative;
display: inline-block;

Loading…
Cancel
Save