diff --git a/packages/dropdown-menu/index.js b/packages/dropdown-menu/index.js index d57b1108b..5e2201c8b 100644 --- a/packages/dropdown-menu/index.js +++ b/packages/dropdown-menu/index.js @@ -44,7 +44,7 @@ export default sfc({ toggleItem(active) { const { menu } = this.$refs; const rect = menu.getBoundingClientRect(); - this.top = rect.top + rect.height; + this.top = rect.bottom; this.children.forEach((item, index) => { if (index === active) {