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 使用框架: React
微信小程序行内样式带有'-webkit-box-orient','-webkit-line-clamp'会自动过滤掉,不生效
微信小程序行内样式带有'-webkit-box-orient','-webkit-line-clamp'可以手动配置
👽 Taro v3.1.1 Taro CLI 3.1.1 environment info: System: OS: macOS 10.14.6 Shell: 5.3 - /bin/zsh Binaries: Node: 12.19.0 - ~/.nvm/versions/node/v12.19.0/bin/node Yarn: 1.15.2 - /usr/local/bin/yarn npm: 6.14.8 - ~/.nvm/versions/node/v12.19.0/bin/npm npmPackages: @tarojs/cli: ^3.1.1 => 3.1.1 @tarojs/components: 3.0.26 => 3.0.26 @tarojs/mini-runner: 3.1.1 => 3.1.1 @tarojs/react: 3.0.26 => 3.0.26 @tarojs/runtime: 3.0.26 => 3.0.26 @tarojs/taro: 3.0.26 => 3.0.26 @tarojs/webpack-runner: 3.1.1 => 3.1.1 babel-preset-taro: 3.1.1 => 3.1.1 eslint-config-taro: 3.1.1 => 3.1.1 react: ^16.10.0 => 16.14.0 npmGlobalPackages: typescript: 4.1.2
The text was updated successfully, but these errors were encountered:
上个版本中用这种方式可以
style={ "-webkit-mask-image":"url(...)" }
但是这个版本就不行了
Sorry, something went wrong.
taro版本升级到3.1.1,h5正常,微信小程序webkit-mask-image行间样式失效
fix(runtime): 修复设置 Webkit 前缀 style 失败的问题,fix #8805
a617ca4
7e842d5
fix(runtime): 修复设置 Webkit 前缀 style 失败的问题,fix NervJS#8805
791a228
"@tarojs/taro": "3.3.2" 微信小程序 -webkit-box-orient 还是被去掉了
现在还没修复吗,整了半天,我还以为是微信小程序的bug呢。
Successfully merging a pull request may close this issue.
相关平台
微信小程序
小程序基础库: 2.15.0
使用框架: React
复现步骤
微信小程序行内样式带有'-webkit-box-orient','-webkit-line-clamp'会自动过滤掉,不生效
期望结果
微信小程序行内样式带有'-webkit-box-orient','-webkit-line-clamp'可以手动配置
实际结果
微信小程序行内样式带有'-webkit-box-orient','-webkit-line-clamp'会自动过滤掉,不生效
环境信息
The text was updated successfully, but these errors were encountered: