From d4d9d8f82c00fe1d24e174e933dc5a902949281c Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Wed, 13 Aug 2025 15:57:27 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../check/components/content-card/highlight-textarea.vue | 2 +- .../check/components/content-card/highlight-textarea.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 9dce8c2..e0b3d48 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 @@ -189,7 +189,7 @@ const handleTextareaScroll = (e: Event) => { } &.arco-textarea-disabled { .arco-textarea { - background: #f5f5f5; + background: #f2f3f5; } } } 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 aceb257..7956d24 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 @@ -190,7 +190,7 @@ const handleTextareaScroll = (e: Event) => { } &.arco-textarea-disabled { .arco-textarea { - background: #f5f5f5; + background: #f2f3f5; } } }