refactor: ♻️ 菜单搜索增加最大高度
菜单搜索增加最大高度
This commit is contained in:
@@ -147,6 +147,11 @@ interface SearchItem {
|
||||
}
|
||||
}
|
||||
|
||||
.search-content {
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.search-space {
|
||||
padding: 20px;
|
||||
color: #999;
|
||||
|
||||
Reference in New Issue
Block a user