style: 修改背景色

This commit is contained in:
rd
2025-08-13 15:57:27 +08:00
parent 166804da7c
commit d4d9d8f82c
2 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ const handleTextareaScroll = (e: Event) => {
}
&.arco-textarea-disabled {
.arco-textarea {
background: #f5f5f5;
background: #f2f3f5;
}
}
}

View File

@ -190,7 +190,7 @@ const handleTextareaScroll = (e: Event) => {
}
&.arco-textarea-disabled {
.arco-textarea {
background: #f5f5f5;
background: #f2f3f5;
}
}
}