fix: 调整搜索组件输入过长会换行的样式,以及error提示的层级
This commit is contained in:
@@ -186,6 +186,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
|
||||
.CodeMirror-sizer {
|
||||
position: relative;
|
||||
border-right: 50px solid transparent;
|
||||
width: 3000px; // 避免搜索过长导致换行
|
||||
}
|
||||
|
||||
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 10000;
|
||||
z-index: 1000;
|
||||
}
|
||||
.error-block {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user