feat: searchbar集成到header

This commit is contained in:
Tim
2025-10-17 16:54:03 +08:00
parent bf7df629cc
commit dfb31771ff
4 changed files with 12 additions and 10 deletions

View File

@@ -308,7 +308,6 @@ export default {
border: 1px solid var(--normal-border-color);
border-radius: 5px;
padding: 5px 10px;
margin-bottom: 4px;
cursor: pointer;
display: flex;
justify-content: space-between;
@@ -331,6 +330,7 @@ export default {
z-index: 10000;
max-height: 300px;
min-width: 350px;
margin-top: 4px;
overflow-y: auto;
}