From b7ae8598b48dc87f77f4f326fcb80a739ddbf60a Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Thu, 22 May 2025 15:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=84=E4=BB=B6=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=EF=BC=8C=E6=96=B0=E5=A2=9ESearchByCondition=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=EF=BC=9B=E8=B0=83=E6=95=B4FileMessage.vue=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=A2=9E=E5=8A=A0=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=EF=BC=9B=E4=BC=98=E5=8C=96ImageMessage.vue=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=A0=B7=E5=BC=8F=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E6=A0=B7=E5=BC=8F=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/components/search/searchByCondition.vue | 4 ++-- src/components/talk/message/FileMessage.vue | 1 + src/components/talk/message/ImageMessage.vue | 5 +---- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/components.d.ts b/components.d.ts index ca374cd..b22e9ed 100644 --- a/components.d.ts +++ b/components.d.ts @@ -69,6 +69,7 @@ declare module 'vue' { RevokeMessage: typeof import('./src/components/talk/message/RevokeMessage.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] + SearchByCondition: typeof import('./src/components/search/searchByCondition.vue')['default'] SearchItem: typeof import('./src/components/search/searchItem.vue')['default'] SearchList: typeof import('./src/components/search/searchList.vue')['default'] SysGroupAdminMessage: typeof import('./src/components/talk/message/system/SysGroupAdminMessage.vue')['default'] diff --git a/src/components/search/searchByCondition.vue b/src/components/search/searchByCondition.vue index f8e7f39..09b0824 100644 --- a/src/components/search/searchByCondition.vue +++ b/src/components/search/searchByCondition.vue @@ -200,10 +200,10 @@ >
- + /> -->
diff --git a/src/components/talk/message/FileMessage.vue b/src/components/talk/message/FileMessage.vue index 7a91918..d572506 100644 --- a/src/components/talk/message/FileMessage.vue +++ b/src/components/talk/message/FileMessage.vue @@ -178,6 +178,7 @@ const handleDownload = () => { .file-message { width: 243px; background-color: #fff; + height: 110px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); padding: 0 14px; diff --git a/src/components/talk/message/ImageMessage.vue b/src/components/talk/message/ImageMessage.vue index dbc4295..389c220 100644 --- a/src/components/talk/message/ImageMessage.vue +++ b/src/components/talk/message/ImageMessage.vue @@ -35,7 +35,7 @@ const img = (src: string, width = 200) => { :class="{ left: data.float === 'left' }" :style="img(extra.url, 350)" > - +