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
发现在页面滚动时,如果navbar的背景需要随着滚动变更样式的时候,没有更新生效。
发现是style={background:${background};${navigationbarinnerStyle};}这一行的顺序应该将background放到navigationbarinnerStyle后面,navigationbarinnerStyle里面取的background是最初的,会覆盖更新后的。
style={
}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
发现在页面滚动时,如果navbar的背景需要随着滚动变更样式的时候,没有更新生效。
发现是
style={
background:${background};${navigationbarinnerStyle};}
这一行的顺序应该将background放到navigationbarinnerStyle后面,navigationbarinnerStyle里面取的background是最初的,会覆盖更新后的。The text was updated successfully, but these errors were encountered: