为前端工程师准备的Flutter入门指南(8)
发布时间:2019-01-22 05:32 所属栏目:21 来源:佚名
导读:Web divclass=greybox divclass=redbox Lorememipsum/em /div /div .greybox{ background-color:#e0e0e0;/*grey300*/ width:320px; height:240px; font:90024pxRoboto; display:flex; align-items:center; justify-
Web
Dart
4.3 文本摘要 在 Web 中,我们常用省略号处理溢出的文本内容,且在 HTML/CSS 中,摘要不能超过一行。 如果要在多行之后进行截断,那么就需要 JavaScript 的帮助了。 在 Flutter 中,使用 Text widget 的 maxLines 属性来指定包含在摘要中的行数,以及 overflow 属性来处理溢出文本。 (编辑:ASP站长网) |
相关内容
网友评论
推荐文章
热点阅读