移动端优化

This commit is contained in:
liaoxuezhi 2019-12-09 12:18:30 +08:00
parent 01ef6b6206
commit b1a5b6fdfe
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@
}
@include media-breakpoint-up(sm) {
#{$ns}DateRangePicker-wrap {
.#{$ns}DateRangePicker-wrap {
white-space: nowrap;
}

View File

@ -490,7 +490,7 @@ export class DateRangePicker extends React.Component<
{isOpened ? (
<Overlay
placement="left-bottom-left-top right-bottom-right-top"
placement="left-bottom-left-top right-bottom-right-top left-bottom-left-top"
target={() => this.dom.current}
onHide={this.close}
container={popOverContainer || (() => findDOMNode(this))}