style: 设置前端logo样式

This commit is contained in:
ccnetcore
2025-06-20 00:06:10 +08:00
parent a89e11d132
commit 4341b8a24b
6 changed files with 8 additions and 7 deletions

View File

@@ -149,7 +149,7 @@ function handleMenuCommand(command: string, item: ConversationItem<ChatSessionVo
<div v-if="!designStore.isCollapse" class="aside-header">
<div class="flex items-center gap-8px hover:cursor-pointer" @click="handleCreatChat">
<el-image :src="logo" alt="logo" fit="cover" class="logo-img" />
<span class="logo-text max-w-150px text-overflow">Element Plus X</span>
<span class="logo-text max-w-150px text-overflow">意心AI</span>
</div>
<Collapse class="ml-auto" />
</div>