You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/vc-tree-select/demo/demo.less

15 lines
254 B

.rc-tree-select-selection--multiple {
max-height: 50px;
overflow-y: scroll;
}
.rc-tree-select-dropdown {
max-height: 350px;
overflow-y: scroll;
}
.check-select {
width: 300px;
.rc-tree-select-selection--multiple {
min-height: 50px;
}
}