feat: 为 Cascadeselect 组件添加最大高度和垂直滚动支持

This commit is contained in:
严浩
2024-12-23 18:58:47 +08:00
parent 01d619a857
commit b3e670ee50

View File

@@ -28,3 +28,8 @@
.p-dialog {
overflow: hidden;
}
.p-cascadeselect-list-container {
max-height: calc(100vh - 10rem);
overflow-y: auto;
}