We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
半屏弹窗组件,小程序开发工具里面底部扩展按钮是水平排列的. 而真机调试时底部扩展按钮是垂直排列叠在一起的. 请问默认样式就是这样还是兼容性问题?
真机: vivo-V2001A(vivo x50), 微信版本v8.0.1, 开发者工具: stable v1.05.2102010 扫描weui官方组件库小程序即可看到.
The text was updated successfully, but these errors were encountered:
实测通过自定义样式可以调整为一行显示,但还是想得到官方的回复.
.weui-half-screen-dialog__ft { display: flex !important; }
Sorry, something went wrong.
感谢反馈。尝试了一下似乎是因为屏幕宽度较小,导致原本应该在一行的按钮被挤成了两行。你的这个修复方法确实有效,我会按照你这个修改下。
55eca46
No branches or pull requests
Bug描述
半屏弹窗组件,小程序开发工具里面底部扩展按钮是水平排列的.
而真机调试时底部扩展按钮是垂直排列叠在一起的.
请问默认样式就是这样还是兼容性问题?
复现方式
真机: vivo-V2001A(vivo x50),
微信版本v8.0.1,
开发者工具: stable v1.05.2102010
扫描weui官方组件库小程序即可看到.
版本信息
The text was updated successfully, but these errors were encountered: