Authored by xuqi

Merge branch 'release/1.0' of http://git.yoho.cn/fe/yoho-blk into release/1.0

@@ -498,7 +498,7 @@ const setBrandIntro = brand => { @@ -498,7 +498,7 @@ const setBrandIntro = brand => {
498 498
499 if (brand) { 499 if (brand) {
500 let text = _.replace(brand.brandIntro, /<\/?[^>]*>|\s*|(\n)|(\t)|(\r)/g, ''), 500 let text = _.replace(brand.brandIntro, /<\/?[^>]*>|\s*|(\n)|(\t)|(\r)/g, ''),
501 - more = `... <a href="javascript:;" class="more-brand-intro blue">了解更多>></a>`; 501 + more = '... <a href="javascript:;" class="more-brand-intro blue">了解更多>></a>';
502 502
503 barndIntro = { 503 barndIntro = {
504 brand: { 504 brand: {
@@ -14,6 +14,11 @@ @@ -14,6 +14,11 @@
14 14
15 .brand-logo { 15 .brand-logo {
16 display: inline-block; 16 display: inline-block;
  17 + height: 45px;
  18 +
  19 + > img {
  20 + height: 100%;
  21 + }
17 } 22 }
18 23
19 .opt > * { 24 .opt > * {