fix: 测试环境打包后多处一个zindex问题处理

This commit is contained in:
rd
2025-08-13 15:39:52 +08:00
parent 8e1326b5f0
commit be1cdf70b6

View File

@ -152,6 +152,7 @@ const handleTextareaScroll = (e: Event) => {
resize: vertical;
white-space: pre-wrap;
word-wrap: break-word;
z-index: inherit;
}
.textarea-highlight {
@include textarea-style;