@@ -174,6 +174,12 @@ export default {
}
&.sms {
height: auto;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-line-clamp: 2;
+ line-clamp: 2;
+ -webkit-box-orient: vertical;
@@ -266,6 +266,12 @@ export default {
@@ -996,6 +996,15 @@ page {
height: 100rpx;
padding: 10rpx;
border-radius: 4rpx;
+ .text {
+ height: 100%;
+ }
.list-icon {
@@ -644,6 +644,15 @@ page {
@@ -672,6 +672,15 @@ page {