Commit a7b2cf46 authored by anxixi's avatar anxixi

Merge remote-tracking branch 'origin/master'

parents 09bd91ff 28829178
......@@ -2,7 +2,7 @@
<div class="wrapper" v-if="!!resultCompanyInfo">
<div class="leftWrap">
<div style="background: #fff;min-width: 90px;height: 90px;border-radius: 3px;margin-right: 20px;">
<img :src="resultCompanyInfo.companyLogoUrl?resultCompanyInfo.companyLogoUrl:require('../../assets/img/bigBusinessLogo@2x.png')" alt="" class="logoImg">
<img :src="resultCompanyInfo.companyLogoUrl?resultCompanyInfo.companyLogoUrl:require('../../assets/img/bigBusinessLogo@2x.png')" alt="" class="logoImg" >
</div>
<div class="companyInfo" v-if="this.require!=1">
<p class="mainTitle">
......@@ -164,6 +164,7 @@
width: 90px;
height: 90px;
border-radius: 3px;
border:1px solid #dcdff1;
}
.companyInfo{
text-align: left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment