Skip to content

Commit

Permalink
Merge pull request #40 from Comsenz/master
Browse files Browse the repository at this point in the history
fix: 站点logo修改
  • Loading branch information
lddtime authored Nov 13, 2020
2 parents 98a259f + cbafe54 commit 4c7d2ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/frame/src/admin/view/site/global/siteSetView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
:before-upload="beforeAvatarUpload">
<div v-if="item.imageUrl" class="avatar">
<img :src="item.imageUrl" class="avatar-LogoImage" :alt="item.text" :title="item.text" :style="{
width: item.imgWidht + 'px',
height: item.imgHeight + 'px'
width: 140 + 'px',
}" />
</div>
<i v-else class="el-icon-circle-plus-outline"></i>
Expand Down

0 comments on commit 4c7d2ca

Please sign in to comment.