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; } } }