From 3976aa79ede44ff05c4df959f9f552d32d030b7a Mon Sep 17 00:00:00 2001 From: John Smith Date: Sat, 23 Nov 2024 18:49:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=99=A8=E9=A2=84=E8=A7=88=E7=9A=84=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/Room.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Room.vue b/frontend/src/views/Room.vue index a43a207..a79d24b 100644 --- a/frontend/src/views/Room.vue +++ b/frontend/src/views/Room.vue @@ -242,7 +242,7 @@ export default { let { type, data } = event.data switch (type) { case 'roomSetCustomStyle': - this.customStyleElement.innerText = data.css + this.customStyleElement.textContent = data.css break case 'roomStartClient': if (this.chatClient) {