From 4b6eca953d89c420f8aeab5e37b3780e7ef3a25a Mon Sep 17 00:00:00 2001 From: lkddi Date: Thu, 12 Mar 2026 13:32:35 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E5=A4=8D=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E5=AE=A4=E5=8F=B3=E4=BE=A7=E6=88=BF=E9=97=B4=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=AD=E9=95=BF=E5=90=8D=E7=A7=B0=E6=88=AA=E6=96=AD=E8=BF=87?= =?UTF-8?q?=E6=97=A9=E5=8F=8A=E4=BA=BA=E6=95=B0=E6=8D=A2=E8=A1=8C=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/partials/scripts.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/chat/partials/scripts.blade.php b/resources/views/chat/partials/scripts.blade.php index 4066a52..52ff9da 100644 --- a/resources/views/chat/partials/scripts.blade.php +++ b/resources/views/chat/partials/scripts.blade.php @@ -80,8 +80,8 @@ const border = isCurrent ? '#aac5f0' : '#e0eaf5'; const nameColor = isCurrent ? '#336699' : (closed ? '#bbb' : '#444'); const badge = room.online > 0 ? - `${room.online} 人` : - ``; + `${room.online} 人` : + ``; const currentTag = isCurrent ? `当前` : ''; @@ -95,7 +95,7 @@ transition:background .15s;" onmouseover="if(${!isCurrent}) this.style.background='#ddeeff';" onmouseout="this.style.background='${bg}';"> - + ${room.name}${currentTag} ${badge}