如果评论内容需要多行显示,可以使用JavaScript来动态计算高度并截断。

54 阅读1分钟

.comment { max-height: 60px; /* 限制最大高度 */ overflow: hidden; }