From 796b96c211157b3bebf7e06b8bfd5684591643d9 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Fri, 18 Jul 2025 13:58:58 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=BA=95=E9=83=A8=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=9D=A1UI=EF=BC=9B=E5=B7=A5=E4=BD=9C=E5=8F=B0=E8=AE=A2?= =?UTF-8?q?=E5=8D=95UI=EF=BC=88=E6=9C=AA=E5=AE=8C=E5=96=84=EF=BC=89?= =?UTF-8?q?=EF=BC=9B=E6=B6=88=E6=81=AF=E6=A8=A1=E5=9D=97UI=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/t-chat-bar/t-chat-bar.vue | 139 ++++++++++-------- .../components/tabbar/tabbar.vue | 49 +++--- .../components/tui-tabs.vue | 2 +- java-mall-app-shop-admin/pages/IM/IM.vue | 50 +++++-- .../pages/IM/IMmsgContent.vue | 19 +-- .../pages/order/order.vue | 73 ++++++--- java-mall-app-shop-admin/uni.scss | 2 +- 7 files changed, 205 insertions(+), 129 deletions(-) diff --git a/java-mall-app-shop-admin/components/t-chat-bar/t-chat-bar.vue b/java-mall-app-shop-admin/components/t-chat-bar/t-chat-bar.vue index c961474..4f2b196 100644 --- a/java-mall-app-shop-admin/components/t-chat-bar/t-chat-bar.vue +++ b/java-mall-app-shop-admin/components/t-chat-bar/t-chat-bar.vue @@ -5,18 +5,8 @@ :style="{ paddingBottom: `${keyboardHeight}px` }" > - - - + + + + + + - - - - - + + + + {{ sendText }} - + @@ -123,7 +130,7 @@ - + - + @@ -202,7 +203,13 @@ export default { }, }; -