style: 修改背景色
This commit is contained in:
@ -189,7 +189,7 @@ const handleTextareaScroll = (e: Event) => {
|
|||||||
}
|
}
|
||||||
&.arco-textarea-disabled {
|
&.arco-textarea-disabled {
|
||||||
.arco-textarea {
|
.arco-textarea {
|
||||||
background: #f5f5f5;
|
background: #f2f3f5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -190,7 +190,7 @@ const handleTextareaScroll = (e: Event) => {
|
|||||||
}
|
}
|
||||||
&.arco-textarea-disabled {
|
&.arco-textarea-disabled {
|
||||||
.arco-textarea {
|
.arco-textarea {
|
||||||
background: #f5f5f5;
|
background: #f2f3f5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user