Skip to content

Commit

Permalink
Update: 修改消息表单样式
Browse files Browse the repository at this point in the history
  • Loading branch information
KiWi233333 committed Sep 23, 2024
1 parent fcc2b26 commit b099fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Chat/MsgForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ const { fileList: fileDropList } = await useLinterFileDrop();
loading="lazy"
:preview-src-list="[img.id || BaseUrlImg + img.key]"
:src="img.id || BaseUrlImg + img.key"
class="max-h-9rem max-w-16rem min-h-2rem w-16rem w-fit rounded p-0"
class="h-fit max-h-9rem max-w-16rem w-16rem w-fit rounded p-0"
title="左键放大 | 右键删除"
@contextmenu="onContextMenu($event, img.key, i)"
/>
Expand Down

0 comments on commit b099fbe

Please sign in to comment.