mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
16 lines
255 B
Plaintext
16 lines
255 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;
|
|
}
|
|
}
|