Merge pull request #6143 from dataease/pr@dev@fix_filter_sort

fix(过滤器): 字段过多时过滤组件排序字段显示不全#6088
This commit is contained in:
fit2cloud-chenyw 2023-09-14 09:30:39 +08:00 committed by GitHub
commit 90315d4087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;