refactor: ♻️ 菜单搜索增加最大高度

菜单搜索增加最大高度
This commit is contained in:
Theo
2024-08-29 00:39:37 +08:00
parent 230e3be3fc
commit d6f32148a9

View File

@@ -147,6 +147,11 @@ interface SearchItem {
}
}
.search-content {
max-height: 400px;
overflow-y: auto;
}
.search-space {
padding: 20px;
color: #999;