小程序view标签的 换行 和 换行居中问题

换行:

  word-break: break-all;

  word-wrap: break-word;

  white-space: pre-line;

居中:

  display: flex; 

  align-items: center;

  justify-content: center;

  text-align: center;   //加上这个起到换行后的内容也会居中

效果图:

扫描二维码关注公众号,回复: 13447340 查看本文章

原文链接:https://blog.csdn.net/qq_40632009/article/details/118182332

猜你喜欢

转载自blog.csdn.net/qq_40632009/article/details/118182332