text组件如何缩放?发布于 7 年前作者 yangchang1373 次浏览最后编辑 7 年前来自 ask在html里span可以用transform:scale()的css来控制缩放 但在小程序里我也用transform:scale()却没有效果(字体没有变大变小) 如何实现text组件的缩放