统计类型配置-绑定指标-穿梭框不显示指标高度问题修改

This commit is contained in:
zhujiyan
2024-10-15 16:46:34 +08:00
parent bb91cd6f83
commit f064f61301

View File

@@ -440,6 +440,9 @@ defineExpose({ open })
.el-cascader-menu__list {
height: 100% !important;
overflow-y: auto !important;
padding-bottom: 50px !important;
box-sizing: border-box;
}
}
}