@@ -32,6 +32,7 @@
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #333333;
+ word-break:break-all;
}
.time {
@@ -48,4 +49,10 @@
margin-left: 30rpx;
+}
+
+.line-1 {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
@@ -26,6 +26,7 @@ Component({
...this.data.content,
"ownertable": this.data.ownertable,
"ownerid": this.data.ownerid,
+ nocache: true,
};
if (init) content.pageNumber = 1
_Http.basic({