Commit 89509b5f authored by 杨奕's avatar 杨奕 Committed by GitHub

Select: fix style for inline popper (#9835)

parent bec9dc48
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
} }
if (this.router) { if (this.router) {
this.routeToItem(item, error => { this.routeToItem(item, () => {
this.activeIndex = oldActiveIndex; this.activeIndex = oldActiveIndex;
}); });
} }
......
...@@ -141,8 +141,4 @@ ...@@ -141,8 +141,4 @@
} }
} }
} }
.el-select-dropdown__wrap {
margin-bottom: 0 !important;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment