fix: 搜索组件样式调整

This commit is contained in:
chenjinsong
2023-11-16 19:45:43 +08:00
parent ee05f47f2d
commit 3b2eaf3851
7 changed files with 67 additions and 68 deletions

View File

@@ -35,9 +35,8 @@
max-width: unset;
}
.explorer-search__input__border {
border: 1px #DEDEDE solid;
height: 43px;
.explorer-search__input--border .CodeMirror {
border: 1px solid #DEDEDE;
}
}
.search-symbol-inline {
@@ -88,6 +87,7 @@
.search__history {
position: absolute;
top: 6px;
display: flex;
padding: 10px 0 0 0;
flex-direction: column;
@@ -183,6 +183,7 @@
left: 196px;
top: 44px;
.search__history {
top: 6px;
max-width: 756px;
margin-left: -196px;
.history__items-new {
@@ -216,7 +217,7 @@
}
.explorer-search__foot-list .explorer-search__block {
margin-left: -196px;
top: -42px;
top: -44px;
}
.explorer-search__foot .explorer-search__block {
margin-left: 0;
@@ -224,9 +225,12 @@
}
.explorer-search__block {
position: absolute;
padding: 10px 15px;
padding-left: 15px;
height: 39px;
display: flex;
align-items: center;
cursor: pointer;
z-index: 1;
i {
font-size: 20px;
@@ -235,9 +239,9 @@
.search-dividing-line {
width: 1px;
height: 30px;
height: 26px;
background: #DEDEDE;
margin-left: 15px;
margin-top: -5px;
margin-top: 2px;
}
}