添加模糊查找功能

This commit is contained in:
fofolee
2019-05-07 19:24:58 +08:00
parent f0d73ed3d5
commit 63356a5054
5 changed files with 74 additions and 112 deletions

View File

@@ -85,6 +85,10 @@
border-radius: 4px;
}
.listFounds {
color: #FF5722;
}
.firstFound{
box-shadow: 0px 0px 5px 1px #FF5722;
}