-
Notifications
You must be signed in to change notification settings - Fork 365
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
TopAppBar组件的自动padding-top的页面错位问题 #343
Comments
可是我希望在body上加padding啊,问题是自动加的padding太少了遮挡内容 |
你用了两个 TopAppBar 组件,应该只有第一个是希望在 body 上加的,第二个不需要在 body 上加。 |
fixed in ed2c054 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mdui版本:v2.1.2,使用vue3
问题一:TopAppBar组件的自动padding-top的页面错位问题,导致页面内容被遮挡
复现步骤:无
复现链接:🔗🔗🔗
问题二:TopAppBar组件的自动padding-top的页面错位问题,添加Transition过渡动画后,进行路由后自动padding-top失效
复现步骤:1.进入子页面,页面错位,自动padding-top失效
2.返回后原页面也错位
3.刷新后自动padding重新生效
复现链接:🔗🔗🔗
The text was updated successfully, but these errors were encountered: