From 166804da7c7fd01f2aabb68314b710518d20e30a Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Wed, 13 Aug 2025 15:44:38 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=B7=BB=E5=8A=A0z-index?= 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-writer/check/components/content-card/highlight-textarea.vue b/src/views/creative-generation-workshop/manuscript-writer/check/components/content-card/highlight-textarea.vue index 8473985..9dce8c2 100644 --- a/src/views/creative-generation-workshop/manuscript-writer/check/components/content-card/highlight-textarea.vue +++ b/src/views/creative-generation-workshop/manuscript-writer/check/components/content-card/highlight-textarea.vue @@ -151,6 +151,7 @@ const handleTextareaScroll = (e: Event) => { resize: vertical; white-space: pre-wrap; word-wrap: break-word; + z-index: inherit; } .textarea-highlight { @include textarea-style;