fix(过滤器): 字段过多时过滤组件排序字段显示不全#6088

This commit is contained in:
fit2cloud-chenyw 2023-09-14 09:25:18 +08:00
parent 3705f0091d
commit f18db060e2

View File

@ -376,6 +376,10 @@ export default {
</script>
<style lang="scss" scoped>
.de-ul {
max-height: 350px;
overflow-y: auto;
}
.de-ul li {
margin: 5px 2px;
cursor: pointer;