Merge pull request #4783 from dataease/pr@dev@style_filter_select

style(过滤器): 下拉框出现虚拟滚动
This commit is contained in:
fit2cloud-chenyw 2023-03-14 15:36:11 +08:00 committed by GitHub
commit f382d9d9d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>