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
Row组件的基础样式由display: block;变更成display: flex;造成基本上每个页面都要修改,工作量实在是太大了。
display: block;
display: flex;
The text was updated successfully, but these errors were encountered:
提供下 demo 看看
Sorry, something went wrong.
确实,这个改动太大了,应该要考虑兼容方案的。
比如子元素使用 float 来定位,如果 Row 组件的 display 修改成了 flex,就失效了。
No branches or pull requests
Row组件的基础样式由
display: block;
变更成display: flex;
造成基本上每个页面都要修改,工作量实在是太大了。The text was updated successfully, but these errors were encountered: