mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 20:42:55 +08:00
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 {
|
.VisualSelects {
|
||||||
.el-scrollbar {
|
.el-scrollbar {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 251px;
|
height: 250px;
|
||||||
overflow: inherit;
|
overflow: inherit;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
content-visibility: auto;
|
content-visibility: auto;
|
||||||
@ -269,4 +269,7 @@ export default {
|
|||||||
.select-all {
|
.select-all {
|
||||||
padding: 10px 20px 0 20px;
|
padding: 10px 20px 0 20px;
|
||||||
}
|
}
|
||||||
|
.coustom-de-select {
|
||||||
|
z-index: 999 !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user