We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这里的只判断了title,但没有判断renderCenter,导致外部传入时不能居中。 else if ((back && home) || title) { navBarLeft = [ width:${capsulePosition.width}px, height:${capsulePosition.height}px, margin-left:${rightDistance}px ].join(';'); }
else if ((back && home) || title) { navBarLeft = [
,
].join(';'); }
The text was updated successfully, but these errors were encountered:
毕竟兼容各种样式容易出现差错,你可以修改样式以达到自己想要的方案
Sorry, something went wrong.
No branches or pull requests
这里的只判断了title,但没有判断renderCenter,导致外部传入时不能居中。
else if ((back && home) || title) { navBarLeft = [
width:${capsulePosition.width}px,
height:${capsulePosition.height}px,
margin-left:${rightDistance}px].join(';'); }
The text was updated successfully, but these errors were encountered: