调大el-select下拉框高度

This commit is contained in:
buvta
2020-12-15 17:15:25 +08:00
parent dfcd786f53
commit 06bd915964

View File

@@ -178,6 +178,10 @@
.el-select-dropdown__item.selected.hover{ //是上游的bug吗临时性修补
background-color: transparent;
}
.el-select-dropdown__wrap{
max-height: 574px
}
}
> span{
.el-input-number{