From dce515dc340224ee5769f3586e001e998da7cf9e Mon Sep 17 00:00:00 2001 From: x ronger Date: Tue, 11 Aug 2020 23:41:32 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E5=88=B7=E6=96=B0,=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chats/_nickname.vue | 75 +++++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 34 deletions(-) diff --git a/pages/chats/_nickname.vue b/pages/chats/_nickname.vue index 44702a5..78a4053 100644 --- a/pages/chats/_nickname.vue +++ b/pages/chats/_nickname.vue @@ -1,32 +1,38 @@ @@ -213,7 +220,7 @@ .from-message { float: right; - width: 200px; + width: auto; min-height: 40px; margin: 10px; background-color: skyblue; @@ -231,7 +238,7 @@ .to-message { float: left; - width: 200px; + width: auto; min-height: 40px; margin: 10px; background-color: skyblue;