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 { }, }; -