From d5d94235992e98598a82f054609f76c226c5e29d Mon Sep 17 00:00:00 2001 From: YiLin <482244139@qq.com> Date: Tue, 21 Jul 2026 14:57:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9C=AC=E5=9C=B0=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E4=B8=8B=E8=BD=BD=EF=BC=8C=E5=8F=96=E6=B6=88=E4=BB=85?= =?UTF-8?q?=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Chat/Chat.css | 6 +- pages/Chat/Chat.vue | 203 +++++- pages/CloudDatabase/CloudDatabase.vue | 102 +-- pages/WorkSpace/WorkSpace.vue | 102 +-- unpackage/dist/dev/app-plus/app-service.js | 595 +++++++++--------- .../dist/dev/app-plus/pages/Chat/Chat.css | 89 ++- utils/cloud-api.js | 39 +- 7 files changed, 601 insertions(+), 535 deletions(-) diff --git a/pages/Chat/Chat.css b/pages/Chat/Chat.css index 7e157ae..63021be 100644 --- a/pages/Chat/Chat.css +++ b/pages/Chat/Chat.css @@ -52,7 +52,7 @@ align-items: center; justify-content: center; background-color: rgba(30, 30, 50, 0.35); - z-index: 1000; + z-index: 9999; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); animation: fadeIn 0.25s ease; @@ -801,13 +801,15 @@ display: flex; flex-direction: column; border-radius: 40rpx; + padding: 40rpx 36rpx; } .message-detail-content { flex: 1; + min-height: 200rpx; max-height: 60vh; overflow-y: auto; - padding: 20rpx 0; + padding: 16rpx 0; font-size: 28rpx; line-height: 1.7; color: #333333; diff --git a/pages/Chat/Chat.vue b/pages/Chat/Chat.vue index b4d21fd..18372f0 100644 --- a/pages/Chat/Chat.vue +++ b/pages/Chat/Chat.vue @@ -34,26 +34,6 @@ - - - - - 消息详情 - - - - {{ detailMessageContent }} - - 链接 ({{ detailLinks.length }}) - - {{ link }} - - - - - - - @@ -251,6 +231,40 @@ + + + + + + 消息详情 + + + + {{ detailMessageContent }} + + 链接 ({{ detailLinks.length }}) + + {{ link }} + + + + + + + + + + + + + + + {{ downloadToast.type === 'success' ? '✓' : '✕' }} + {{ downloadToast.message }} + + + +