Skip to content

Commit 0216a97

Browse files
committed
2 parents e1cd6ea + d6f3214 commit 0216a97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/MenuSearch/index.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ interface SearchItem {
147147
}
148148
}
149149
150+
.search-content {
151+
max-height: 400px;
152+
overflow-y: auto;
153+
}
154+
150155
.search-space {
151156
padding: 20px;
152157
color: #999;

0 commit comments

Comments
 (0)