fix: 修复实体首页搜索框因高度问题导致底部有两条线的问题

This commit is contained in:
刘洪洪
2023-08-08 15:45:34 +08:00
parent 154ffcc6d0
commit 844ebccccd
2 changed files with 6 additions and 1 deletions

View File

@@ -33,6 +33,11 @@
height: 40px;
max-width: unset;
}
.explorer-search__input__border {
border: 1px #DEDEDE solid;
height: 43px;
}
}
.search-symbol-inline {
display: flex;