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
预期效果:区域3的高度跟区域2一样,图片3就跟图片4一样 具体操作:改了下App挂载的DOM高度,然后重新添加跟DOM高度一样的Rect(用fill填充的图片)。 疑惑:区域3的Rect高度并不是187px,然而我将其打印出来,看到的却是187。莫非这是改画布高度导致的问题?希望开发大大能看看。 操作平台:微信开发者工具
The text was updated successfully, but these errors were encountered:
解决了,原来还要重置一下App实例的高度,就是不知道这会不会导致别的问题...
Sorry, something went wrong.
No branches or pull requests
预期效果:区域3的高度跟区域2一样,图片3就跟图片4一样
具体操作:改了下App挂载的DOM高度,然后重新添加跟DOM高度一样的Rect(用fill填充的图片)。
疑惑:区域3的Rect高度并不是187px,然而我将其打印出来,看到的却是187。莫非这是改画布高度导致的问题?希望开发大大能看看。
操作平台:微信开发者工具
The text was updated successfully, but these errors were encountered: