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

style(过滤器): 下拉框出现虚拟滚动
This commit is contained in:
fit2cloud-chenyw 2023-03-14 18:28:19 +08:00 committed by GitHub
commit 61890f5780
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: 250px;
height: 245px;
overflow: inherit;
overflow-x: hidden;
content-visibility: auto;