forked from github/dataease
fix(过滤器): 字段过多时过滤组件排序字段显示不全#6088
This commit is contained in:
parent
3705f0091d
commit
f18db060e2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user