Commit e553017c authored by zhangyanni's avatar zhangyanni

样式

parent df6961c3
<template>
<div class="wrapper">
<div class="leftWrap">
<img :src="this.companyInfo.companyLogoUrl?this.companyInfo.companyLogoUrl:require('../../assets/img/bigBusinessLogo@2x.png')" alt="">
<div style="background: #fff;width: 90px;height: 90px;border-radius: 3px;margin-right: 20px;">
<img :src="this.companyInfo.companyLogoUrl?this.companyInfo.companyLogoUrl:require('../../assets/img/bigBusinessLogo@2x.png')" alt="" class="logoImg">
</div>
<div class="companyInfo" v-if="this.require!=1">
<p class="mainTitle">
<span>{{this.companyInfo.companyName}}</span>
......@@ -102,7 +104,7 @@
/*justify-content: space-between;*/
width: 500px;
/*width: ;*/
&>img{
& img.logoImg{
width: 90px;
height: 90px;
float: 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