From d7a791a31e462c065b767d7c6d63a4408f7c3784 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 May 2022 16:57:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E6=96=87=E4=BB=B6=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../conversation/components/MsgBubble/style.module.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/customerservice/support/conversation/components/MsgBubble/style.module.css b/src/pages/customerservice/support/conversation/components/MsgBubble/style.module.css index 5cd47b2..32a35fa 100644 --- a/src/pages/customerservice/support/conversation/components/MsgBubble/style.module.css +++ b/src/pages/customerservice/support/conversation/components/MsgBubble/style.module.css @@ -23,9 +23,10 @@ border: 1px solid #CCC; background-color: white; width: 200px; - height: 120px; - display: flex; - flex-direction: column; + height: 130px; + position: relative; + -display: flex; + -flex-direction: column; -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ @@ -38,6 +39,7 @@ cursor: pointer; } .customer_service_filename { + height: 45px; margin-left: 10px; margin-top: 5px; } @@ -56,7 +58,7 @@ -white-space: nowrap; } .customer_service_uploadicon{ - align-self: flex-end; + float: right; margin-right: 10px; width: 40px; height: 40px;