默认日历的格式为6×7,想要改为5×7的话要怎么做?
隐藏掉日历的最后一行就行了
.el-date-table .el-date-table__row:last-child{ display:none; }