😎调整AI图片显示
This commit is contained in:
parent
7475a8687b
commit
c3c2822efb
@ -16,7 +16,7 @@
|
||||
</el-tooltip>
|
||||
</div>
|
||||
<div style="display: flex; flex-direction: column; align-items: center; padding-bottom: 8px; padding-top: 0px; margin-top: 0px">
|
||||
<el-avatar :size="60" style="background-color: #f3f4f6" src="/@/assets/chat.png" fit="fill" class="avatar-with-shadow" />
|
||||
<el-avatar :size="60" style="background-color: #f3f4f6" :src="chatPng" fit="fill" class="avatar-with-shadow" />
|
||||
<div style="margin-top: 10px; font-weight: bold; font-size: 18px; color: #333">{{ $t('message.chat.title') }}</div>
|
||||
</div>
|
||||
<div style="flex: 1; overflow-y: auto; width: 100%">
|
||||
@ -185,7 +185,7 @@
|
||||
<div class="ai-rename-modal" ref="renameModalRef" @mousedown.stop>
|
||||
<div class="ai-rename-content">
|
||||
<div class="ai-rename-icon ai-rename-drag" @mousedown="startDrag">
|
||||
<el-avatar :size="48" src="/@/assets/chat.png" />
|
||||
<el-avatar :size="48" :src="chatPng" />
|
||||
</div>
|
||||
<el-input v-model="renameInput" @keyup.enter="confirmRename" ref="renameInputRef" class="ai-rename-input" />
|
||||
</div>
|
||||
@ -207,6 +207,7 @@ import { Edit, Fold, Expand, ArrowDown, Select, Delete, CopyDocument, Share, Pap
|
||||
import { ElMessage, ElMessageBox } from 'element-plus';
|
||||
import { userFriendName, userId } from '/@/utils/useInfo';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import chatPng from '/@/assets/chat.png';
|
||||
|
||||
import { franc } from 'franc';
|
||||
import { v4 as uuidv4 } from 'uuid';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user