mirror of https://github.com/ElemeFE/element
Select: fix style for inline popper (#9835)
parent
bec9dc48cf
commit
89509b5fe3
|
@ -244,7 +244,7 @@
|
|||
}
|
||||
|
||||
if (this.router) {
|
||||
this.routeToItem(item, error => {
|
||||
this.routeToItem(item, () => {
|
||||
this.activeIndex = oldActiveIndex;
|
||||
});
|
||||
}
|
||||
|
|
|
@ -141,8 +141,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.el-select-dropdown__wrap {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue