zhaoxiaohai 2 years ago
parent
commit
4ef0fcbbd8
2 changed files with 8 additions and 0 deletions
  1. 7 0
      components/My_accessory/index.scss
  2. 1 0
      packageA/public/files/index.js

+ 7 - 0
components/My_accessory/index.scss

@@ -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;
 }

+ 1 - 0
packageA/public/files/index.js

@@ -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({