微信小程序开发--1.7文本自动换行

// 在wxss中
.text {
  word-wrap: break-word;
  white-space: normal;
}

当出现一大段文字不自动换行时,使用此方法。

你可能感兴趣的:(微信小程序,微信小程序,小程序)