Authored by 陈轩

fix 1084

@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 <img v-lazy="editorial.src | resize 750 470" alt="" /> 7 <img v-lazy="editorial.src | resize 750 470" alt="" />
8 </a> 8 </a>
9 </div> 9 </div>
10 - <div class="title"><a href='{{"/editorial/" + editorial.id + ".html"}}'>{{editorial.title}}</a></div> 10 + <div class="title"><a class="line-clamp-2" href='{{"/editorial/" + editorial.id + ".html"}}'>{{editorial.title}}</a></div>
11 <div class="editorial-des"> 11 <div class="editorial-des">
12 {{editorial.intro}} 12 {{editorial.intro}}
13 </div> 13 </div>
@@ -40,11 +40,6 @@ @@ -40,11 +40,6 @@
40 font-size: 32px; 40 font-size: 32px;
41 font-weight: 700; 41 font-weight: 700;
42 padding: 10px 20px; 42 padding: 10px 20px;
43 - text-overflow: ellipsis;  
44 - overflow-y: hidden;  
45 - display: -webkit-box;  
46 - -webkit-line-clamp: 2;  
47 - -webkit-box-orient: vertical;  
48 } 43 }
49 44
50 .editorial-des { 45 .editorial-des {