mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-14 17:01:19 +08:00
15 lines
254 B
Plaintext
15 lines
254 B
Plaintext
.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;
|
|
}
|
|
}
|