Select: fix style for inline popper (#9835)

pull/9316/merge
杨奕 2018-02-18 20:33:21 +08:00 committed by GitHub
parent bec9dc48cf
commit 89509b5fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -244,7 +244,7 @@
}
if (this.router) {
this.routeToItem(item, error => {
this.routeToItem(item, () => {
this.activeIndex = oldActiveIndex;
});
}

View File

@ -141,8 +141,4 @@
}
}
}
.el-select-dropdown__wrap {
margin-bottom: 0 !important;
}
}