Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop
Showing
2 changed files
with
3 additions
and
2 deletions
@@ -87,7 +87,7 @@ if (isProduction) { | @@ -87,7 +87,7 @@ if (isProduction) { | ||
87 | domains: { | 87 | domains: { |
88 | api: 'http://api.yoho.yohoops.org/', | 88 | api: 'http://api.yoho.yohoops.org/', |
89 | service: 'http://service.yoho.yohoops.org/', | 89 | service: 'http://service.yoho.yohoops.org/', |
90 | - singleApi: 'http://api_single.yoho.cn/' | 90 | + singleApi: 'http://single.yoho.cn/' |
91 | }, | 91 | }, |
92 | memcache: { | 92 | memcache: { |
93 | master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], | 93 | master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], |
@@ -40,7 +40,7 @@ | @@ -40,7 +40,7 @@ | ||
40 | <img :src="item.thumb | resize 213 134"/> | 40 | <img :src="item.thumb | resize 213 134"/> |
41 | </a> | 41 | </a> |
42 | </div> | 42 | </div> |
43 | - <h3><a :href="`/editorial/${item.id}.html`">{{item.title}}</a></h3> | 43 | + <h3><a class="line-clamp-2" :href="`/editorial/${item.id}.html`">{{item.title}}</a></h3> |
44 | <div class="sub-time"> | 44 | <div class="sub-time"> |
45 | <span class="icon icon-timeshare"></span><span class="label">{{article.publishTime | formatUnixTime 'MM.DD HH:mm'}}</span> | 45 | <span class="icon icon-timeshare"></span><span class="label">{{article.publishTime | formatUnixTime 'MM.DD HH:mm'}}</span> |
46 | </div> | 46 | </div> |
@@ -104,6 +104,7 @@ | @@ -104,6 +104,7 @@ | ||
104 | 104 | ||
105 | img { | 105 | img { |
106 | width: 214px; | 106 | width: 214px; |
107 | + height: 134px; | ||
107 | } | 108 | } |
108 | } | 109 | } |
109 | 110 |
-
Please register or login to post a comment