style(过滤器): 下拉框出现虚拟滚动

This commit is contained in:
fit2cloud-chenyw 2023-03-14 15:33:41 +08:00
parent e09e7ecc0c
commit a85fc0286e

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>