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
环境:微信小程序 基础库版本: 2.15.0
当img标签的style中存在”display: inline-block; “时,图片展示不出来。
html内容: <img src="http://localhost:10001/1.jpg" style="display: inline-block; vertical-align: middle; border: none;"/>
<img src="http://localhost:10001/1.jpg" style="display: inline-block; vertical-align: middle; border: none;"/>
The text was updated successfully, but these errors were encountered:
修复了微信原生包 img 标签的 style 中包含 inline 时不显示的问题 #287
2522773
No branches or pull requests
使用环境
环境:微信小程序
基础库版本: 2.15.0
问题描述
当img标签的style中存在”display: inline-block; “时,图片展示不出来。
复现方式
html内容:
<img src="http://localhost:10001/1.jpg" style="display: inline-block; vertical-align: middle; border: none;"/>
The text was updated successfully, but these errors were encountered: