不想要红色的框框部分
<div >
<RangePicker
style={{ width: 120}}
ranges={{ Today: [moment(), moment()], 'This Month': [moment(), moment().endOf('month')] }}
showTime
format="YYYY/MM/DD HH:mm:ss"
onChange={this.onChange}
placeholder="日期"
/>
</div>
设置成空就可以了