吉安感知网项目-前端
shuishen
2026-01-16 19a8a9601842a42c026c5f74f540221ec3f72d69
applications/task-work-order/src/page/index/logo.vue
@@ -1,3 +1,13 @@
<!--
 * @Author       : yuan
 * @Date         : 2026-01-06 09:47:27
 * @LastEditors  : yuan
 * @LastEditTime : 2026-01-16 14:20:30
 * @FilePath     : \applications\task-work-order\src\page\index\logo.vue
 * @Description  :
 * Copyright 2026 OBKoro1, All Rights Reserved.
 * 2026-01-06 09:47:27
-->
<template>
  <div class="avue-logo">
    <transition name="fade">
@@ -10,7 +20,6 @@
      <template v-if="getScreen(!isCollapse)">
        <div class="fadeStyle">
          <img v-if="!hideMenuTopLogo" class="logoImg" src="/img/bg/mainLogo.png" alt=""/>
          <div class="titleName">综合管理平台</div>
          <!-- <span style="font-size: 20px;"  key="1">
              {{ this.parentDeptInfo.sysName }}
          </span> -->
@@ -45,18 +54,26 @@
  box-shadow: none;
}
.avue-logo_subtitle{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  .logoImg{
    width: 80%;
    width: 40px;
    height: 40px;
  }
}
.fadeStyle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 100%;
  .logoImg{
    width: 50px;
    height: 20px;
    width: 40px;
    height: 40px;
  }
  .titleName{
    font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;