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
图片在消失的时候会竖直跌落消失,而Bar 会缩短然后逐渐消失。在2020-03-01 更新之后,由于图片调整到了Bar 的前端(右端),导致图片和Bar 消失时会先分离,不太符合直觉。
该情况主要发生在Bar 消失前不是最后一位时的情况,查看代码发现应该是Bar 缩短时会缩短到当前数据最后一位的长度,所以最后一位消失时不会出现这个问题。不过并没有找到修复这个问题的方法。
The text was updated successfully, but these errors were encountered:
您可以上传此问题的img或视频吗
Sorry, something went wrong.
嗯,我录了一个简单的例子。
No branches or pull requests
图片在消失的时候会竖直跌落消失,而Bar 会缩短然后逐渐消失。在2020-03-01 更新之后,由于图片调整到了Bar 的前端(右端),导致图片和Bar 消失时会先分离,不太符合直觉。
该情况主要发生在Bar 消失前不是最后一位时的情况,查看代码发现应该是Bar 缩短时会缩短到当前数据最后一位的长度,所以最后一位消失时不会出现这个问题。不过并没有找到修复这个问题的方法。
The text was updated successfully, but these errors were encountered: