From 82c5aeaaa064bc99ee0199a213c3ac3b3a45e564 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Fri, 3 Oct 2025 01:08:57 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E4=BF=AE=E6=AD=A3=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=8D=A1=E7=89=87=20=E6=96=87=E5=AD=97=E6=8A=98=E8=A1=8C?= =?UTF-8?q?=E5=A4=B1=E6=95=97=20*=20https://commandnotfound.cn/css-layout/?= =?UTF-8?q?101/644/CSS-=E6=8E=A7=E5=88=B6=E9=95=BF=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=8A=98=E8=A1=8C=20*=20=E4=B9=9F=E8=A8=B1?= =?UTF-8?q?=E6=98=AF=20width=20=E7=9B=B8=E9=97=9C=E5=B0=8E=E8=87=B4word-wr?= =?UTF-8?q?ap=20=E6=B2=92=E6=95=88=E6=9E=9C=3F=20*=20=E7=8E=84=E5=AD=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/custom-elements/chat-file.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/ui/custom-elements/chat-file.ts b/client/ui/custom-elements/chat-file.ts index 78f7625..41e8da9 100644 --- a/client/ui/custom-elements/chat-file.ts +++ b/client/ui/custom-elements/chat-file.ts @@ -5,12 +5,11 @@ customElements.define('chat-file', class extends HTMLElement { super() } connectedCallback() { - this.style.display = 'block' const e = new DOMParser().parseFromString(` - + `, 'text/html').body.firstChild as HTMLElement $(e).find('span').text($(this).attr("name"))