| | |
| | | <!-- |
| | | * @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"> |
| | |
| | | <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> --> |
| | |
| | | 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; |