fix: 测试环境打包后多处一个zindex问题处理
This commit is contained in:
@ -152,6 +152,7 @@ const handleTextareaScroll = (e: Event) => {
|
|||||||
resize: vertical;
|
resize: vertical;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
z-index: inherit;
|
||||||
}
|
}
|
||||||
.textarea-highlight {
|
.textarea-highlight {
|
||||||
@include textarea-style;
|
@include textarea-style;
|
||||||
|
|||||||
Reference in New Issue
Block a user