.w同名css中重写样式,指定高度即可

.open > .dropdown-menu {
    height: 100px;
    overflow-y: scroll;
}