所属机构统一改成机构名称

This commit is contained in:
18500206848
2024-03-31 18:53:57 +08:00
parent 468d5d4e07
commit 4974cf2a97
22 changed files with 65 additions and 54 deletions

View File

@@ -5,12 +5,8 @@
</transition>
<transition-group name="fade">
<template v-if="!keyCollapse">
<span v-if="loginType !== 'Type-S'" class="avue-logo_title" style=" display: flex !important;
align-items: center !important;" key="1">
<img height="30px" width="180px" src="/manage/svg/logo_dark2.png" alt />
</span>
<span v-if="loginType === 'Type-S'" class="avue-logo_title" key="1">
<img height="30px" width="180px" src="/manage/svg/logo_dark2.png" alt />
<span class="avue-logo_title" style=" display: flex !important; align-items: center !important;" key="1">
<img height="42px" width="200px" src="/manage/svg/logo_dark2.png" alt />
</span>
</template>
</transition-group>