From 60587a64b041ce71b135e57399e487a8aad8df51 Mon Sep 17 00:00:00 2001 From: XiaoXinPro 14 IAH5R <568170040@qq.com> Date: Mon, 24 Jul 2023 18:49:10 +0800 Subject: [PATCH] upload --- src/views/realTimeChat/realTimeChat.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/realTimeChat/realTimeChat.vue b/src/views/realTimeChat/realTimeChat.vue index 47c2d83..faf5882 100644 --- a/src/views/realTimeChat/realTimeChat.vue +++ b/src/views/realTimeChat/realTimeChat.vue @@ -195,8 +195,8 @@ export default { .itemBox { position: absolute; bottom: 50px; - width: 60px; - height: 60px; + width: 50px; + height: 50px; border: 3.5px solid #ffffff; border-radius: 50%; text-align: center; @@ -234,7 +234,7 @@ export default { .inputInside { position: absolute; - bottom: 60px; + bottom: 57px; left: 50%; transform: translateX(-50%); width: 170px;