fix: 调整实体搜索框的样式

This commit is contained in:
刘洪洪
2023-11-01 15:17:49 +08:00
parent 74dc057090
commit 98948ff179
3 changed files with 10 additions and 3 deletions

View File

@@ -62,6 +62,12 @@
display: none;
}
}
&.search__suffixes--tag-mode__block {
background: #fff;
margin-top: -10px;
padding-top: 10px;
}
}
/*.search-tip--error {
font-size: 14px;
@@ -104,6 +110,7 @@
border-radius: 1px;
cursor: pointer;
transition: all linear .1s;
margin-right: 30px;
&:hover {
background-color: white;