miniprogram/pages/user/index.wxss
@@ -185,10 +185,21 @@ margin-left: 0.5rem; word-wrap: normal; width: 50%; overflow:hidden;/*内容超出后隐藏*/ text-overflow: ellipsis;/* 超出内容显示为省略号 */ white-space: nowrap;/* 文本不进行换行 */ } .lists .lists-content { font-size: 11px; margin: 0.5rem; margin-bottom: 0.5rem; width: 90%; overflow:hidden;/*内容超出后隐藏*/ text-overflow: ellipsis;/* 超出内容显示为省略号 */ white-space: nowrap;/* 文本不进行换行 */ }