From 93ba6c579ac6b02f5c31c1082bb51c3daeeafe41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=B5=A9=E6=B5=A9?= <1036606149@qq.com> Date: Tue, 7 May 2024 22:12:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E7=BB=84=E4=BB=B6=E8=80=8C=E9=9D=9E=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Cropper/src/CropperAvatar.vue | 2 +- .../Im/SearchInput/src/SearchInput.vue | 2 +- src/layout/components/ImChat/src/ImChat.vue | 24 +++++++------- src/views/im/Conversation/index.vue | 31 +++++++++---------- .../im/Message/components/inputBox/index.scss | 2 +- src/views/im/Message/index.scss | 2 +- src/views/im/NavBar/index.vue | 14 ++++----- src/views/im/index.vue | 12 ++++++- 8 files changed, 49 insertions(+), 40 deletions(-) diff --git a/src/components/Cropper/src/CropperAvatar.vue b/src/components/Cropper/src/CropperAvatar.vue index 9464c2a8..dc91bd26 100644 --- a/src/components/Cropper/src/CropperAvatar.vue +++ b/src/components/Cropper/src/CropperAvatar.vue @@ -97,7 +97,7 @@ $prefix-cls: #{$namespace}--cropper-avatar; opacity: 0; transition: opacity 0.4s; - ::v-deep(svg) { + :deep(svg) { margin: auto; } } diff --git a/src/components/Im/SearchInput/src/SearchInput.vue b/src/components/Im/SearchInput/src/SearchInput.vue index 85b3cf62..a577b190 100644 --- a/src/components/Im/SearchInput/src/SearchInput.vue +++ b/src/components/Im/SearchInput/src/SearchInput.vue @@ -29,7 +29,7 @@ const querySearch = () => {