采用了一个比较笨的方法解决标签只选择年月的问题,通过CSS将天这一列隐藏起来,代码如下 .page >>> .picker-slot-center:nth-child(3){ display: none }