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;