feat: menu search (#209)

* feat: menu search

* style(layout): 剔除windcss依赖
This commit is contained in:
一万
2022-03-09 13:54:16 +08:00
committed by GitHub
parent 81c4184cc4
commit c9026a45cc
14 changed files with 382 additions and 0 deletions

View File

@@ -216,6 +216,12 @@
}
}
.search-container {
&:hover {
background: $menuHover;
}
}
.screen-full {
cursor: pointer;