dingyong0214 / ThorUI

ThorUI组件库,微信小程序项目代码分享,组件文档地址:https://www.thorui.cn/doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tui-fab组件 原生微信小程序 ios端 transform 兼容问题

HarrylXue opened this issue · comments

tui-fab 组件 css 兼容

.tui-active{
    transform: rotate(135deg);
    -webkit-transform:rotate(135deg);
 }

感谢反馈