This commit is contained in:
ray
2024-08-29 08:21:01 +08:00

View File

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