Browse Source

优化

master
ltlzx 4 years ago
parent
commit
094b4facbc
  1. 2
      src/components/CommonFooter.vue

2
src/components/CommonFooter.vue

@ -6,7 +6,7 @@
<div class="logo"> <div class="logo">
<!-- <img src="../assets/img/logo1.png" alt="logo" style="width:208px;height:68px" /> --> <!-- <img src="../assets/img/logo1.png" alt="logo" style="width:208px;height:68px" /> -->
<div style="width:120px;height:100px"> <div style="width:120px;height:100px">
<img :src="appConfig.head_logo" alt="logo" style="width:100%;height:100%;object-fit: fill;"/> <img :src="appConfig.head_logo" alt="logo" style="width:100%;height:100%;object-fit: contain;"/>
</div> </div>
<span>{{$t('common.footerTips1')}}</span> <span>{{$t('common.footerTips1')}}</span>

Loading…
Cancel
Save