guhongwei 4 yıl önce
ebeveyn
işleme
39f0a94d04

+ 8 - 3
src/components/list/list-model/model-5.vue

@@ -48,7 +48,7 @@ export default {
 <style lang="less" scoped>
 .infoLeftList {
   border-bottom: 1px dashed #000;
-  padding: 11px 0;
+  padding: 15px 0;
   .title {
     font-size: 18px;
     font-weight: bold;
@@ -58,8 +58,13 @@ export default {
     font-size: 18px;
   }
   .orgin {
-    font-size: 18px;
-    margin: 10px 0 0 0;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    -webkit-line-clamp: 2;
+    word-break: break-all;
+    display: -webkit-box;
+    -webkit-box-orient: vertical;
+    height: 42px;
   }
 }
 .infoLeftList:last-child {

+ 1 - 1
src/views/market/list/roadshow.vue

@@ -28,7 +28,7 @@ export default {
       list: [],
       total: 0,
       detail: {},
-      pageSize: 4,
+      pageSize: 5,
     };
   },
   created() {