无人机管理后台前端(已迁走)
rjg
2025-04-19 32d2c3980c9810e04d1f7b739af3804e89229b76
修改logo位置
3 files modified
8 ■■■■ changed files
public/img/logo.png patch | view | raw | blame | history
src/page/index/logo.vue 8 ●●●● patch | view | raw | blame | history
src/page/lock/index.vue patch | view | raw | blame | history
public/img/logo.png

src/page/index/logo.vue
@@ -7,7 +7,13 @@
    </transition>
    <transition-group name="fade">
      <template v-if="getScreen(!isCollapse)">
        <span style="font-size: 15px;" class="avue-logo_title" key="1">{{ this.parentDeptInfo.sysName }} </span>
        <div style="display: flex; align-items: left; gap: 5px; margin: 10px 0 10px 20px;">
    <img class="img" src="/img/logo.png" alt="" width="50%" height="50%" />
    <!-- <span style="font-size: 20px;"  key="1">
        {{ this.parentDeptInfo.sysName }}
    </span> -->
</div>
      </template>
    </transition-group>
  </div>
src/page/lock/index.vue