1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Add fuzzy query function in work items

This commit is contained in:
GGB
2023-05-11 16:04:03 +08:00
parent 15021407e7
commit 1dc1c21efa
12 changed files with 158 additions and 72 deletions

View File

@@ -1,6 +1,9 @@
:root {
--main-color: #00d4ff;
}
.head {
display: flex;
}
.main {
display: flex;
min-width: 600px;
@@ -11,6 +14,7 @@
display: flex;
height: 100%;
width: 100%;
margin-top: 10px;
}
.main-add-content {
position: fixed;