guhongwei 4 年之前
父節點
當前提交
39f0a94d04
共有 2 個文件被更改,包括 9 次插入4 次删除
  1. 8 3
      src/components/list/list-model/model-5.vue
  2. 1 1
      src/views/market/list/roadshow.vue

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

@@ -48,7 +48,7 @@ export default {
 <style lang="less" scoped>
 <style lang="less" scoped>
 .infoLeftList {
 .infoLeftList {
   border-bottom: 1px dashed #000;
   border-bottom: 1px dashed #000;
-  padding: 11px 0;
+  padding: 15px 0;
   .title {
   .title {
     font-size: 18px;
     font-size: 18px;
     font-weight: bold;
     font-weight: bold;
@@ -58,8 +58,13 @@ export default {
     font-size: 18px;
     font-size: 18px;
   }
   }
   .orgin {
   .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 {
 .infoLeftList:last-child {

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

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