Revert "fix(Tabs): should scroll to current content when mounted (#7411)"

This reverts commit f504245074.
This commit is contained in:
chenjiahan
2020-10-29 22:04:13 +08:00
parent 0cb55c33e0
commit 9be853f7ac

View File

@@ -189,7 +189,6 @@ export default createComponent({
this.inited = true;
this.tabHeight = getVisibleHeight(this.$refs.wrap);
this.scrollIntoView(true);
this.scrollToCurrentContent(true);
});
},