添加显示格式
format="yyyy-MM-dd H"
data-format="yyyy-MM-dd HH"
<el-date-picker
v-model="searchDate"
type="datetimerange"
format="yyyy-MM-dd H"
data-format="yyyy-MM-dd HH"
range-separator="至"
start-placeholder="开始时间"
end-placeholder="结束时间"/>
并修改样式如下
.el-picker-panel{
.el-scrollbar:nth-of-type(2) {
display: none !important;
}
}
.el-time-spinner {
text-align: center;
}