From be1cdf70b6cd14121cdb2abc6564d3bc1555c5a6 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Wed, 13 Aug 2025 15:39:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E6=89=93=E5=8C=85=E5=90=8E=E5=A4=9A=E5=A4=84=E4=B8=80=E4=B8=AA?= =?UTF-8?q?zindex=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../check/components/content-card/highlight-textarea.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/creative-generation-workshop/manuscript/check/components/content-card/highlight-textarea.vue b/src/views/creative-generation-workshop/manuscript/check/components/content-card/highlight-textarea.vue index 3b86c90..aceb257 100644 --- a/src/views/creative-generation-workshop/manuscript/check/components/content-card/highlight-textarea.vue +++ b/src/views/creative-generation-workshop/manuscript/check/components/content-card/highlight-textarea.vue @@ -152,6 +152,7 @@ const handleTextareaScroll = (e: Event) => { resize: vertical; white-space: pre-wrap; word-wrap: break-word; + z-index: inherit; } .textarea-highlight { @include textarea-style;