Browse Source

Fix style of RangePicker with preset ranges, close #10986

pull/11004/merge
afc163 7 years ago
parent
commit
7fc1483fe1
  1. 9
      components/date-picker/style/RangePicker.less

9
components/date-picker/style/RangePicker.less

@ -44,7 +44,7 @@
float: left;
.@{calendar-prefix-cls} {
&-time-picker-inner {
border-right: 1.5px solid @border-color-split;
border-right: 1px solid @border-color-split;
}
}
}
@ -53,7 +53,7 @@
float: right;
.@{calendar-prefix-cls} {
&-time-picker-inner {
border-left: 1.5px solid @border-color-split;
border-left: 1px solid @border-color-split;
}
}
}
@ -208,10 +208,7 @@
}
&-with-ranges.@{calendar-prefix-cls}-time .@{calendar-timepicker-prefix-cls} {
height: 247px;
&-panel {
height: 281px;
}
height: 233px;
}
}

Loading…
Cancel
Save