Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【step bug】 #823

Open
xiaohuxd opened this issue Feb 9, 2023 · 0 comments
Open

【step bug】 #823

xiaohuxd opened this issue Feb 9, 2023 · 0 comments

Comments

@xiaohuxd
Copy link

xiaohuxd commented Feb 9, 2023

bug表现为:进入页面,如果md-step是在二级页面,当展开二级页面时,md-step无法获取真正的step item 高度

/*
判断二级页面展开时,加入以下代码,手动执行【$_initStepSize】方法
*/
...
  watch: {
    visible(val) {
      if (val) {
        this.$nextTick(() => {
          this.$refs['stepRef'].$_initStepSize();
        });
      }
    },
  },
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant