-
Notifications
You must be signed in to change notification settings - Fork 240
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
Using tabbar in the router scenario results in a change in view height #316
Comments
Perhaps the default value for the paneMoveStyle in the tabs component would be translate3d(0, 0, 0 ) |
#399 panMoveStyle has been set to translate3d(0, 0, 0 ), would it be helpful? |
@fisherspy Useful, it has been modified like this in my project. At present, the locally packaged antd-mobile is used in the project, and I will regularly synchronize the official modifications |
OK, we will release a new version today or tomorrow. |
Would you close this issue? |
@fisherspy thanks |
Version
0.11.5
Environment
win10&Google Chrome 72.0.3626.109
Reproduction link
https://stackblitz.com/edit/angular-uqqcvm?file=src%2Fapp%2Fapp.component.ts
Steps to reproduce
1.Create multiple routing exits for different tabbars. In this example, I used one route and changed the style .am-tabs-pane-wrap:first-child, .am-tag position: absolute;
2.click on the page
3.You can see that the fixedbottom location has changed
What is expected?
Page height remains the same
What is actually happening?
Page height change
Other?
The text was updated successfully, but these errors were encountered: