feat: 为 Cascadeselect 组件添加最大高度和垂直滚动支持
This commit is contained in:
@ -28,3 +28,8 @@
|
|||||||
.p-dialog {
|
.p-dialog {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-cascadeselect-list-container {
|
||||||
|
max-height: calc(100vh - 10rem);
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user