forked from github/dataease
Merge pull request #4783 from dataease/pr@dev@style_filter_select
style(过滤器): 下拉框出现虚拟滚动
This commit is contained in:
commit
f382d9d9d5
@ -237,7 +237,7 @@ export default {
|
||||
.VisualSelects {
|
||||
.el-scrollbar {
|
||||
position: relative;
|
||||
height: 251px;
|
||||
height: 250px;
|
||||
overflow: inherit;
|
||||
overflow-x: hidden;
|
||||
content-visibility: auto;
|
||||
@ -269,4 +269,7 @@ export default {
|
||||
.select-all {
|
||||
padding: 10px 20px 0 20px;
|
||||
}
|
||||
.coustom-de-select {
|
||||
z-index: 999 !important;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user