fix: query models sort

This commit is contained in:
jialin
2024-08-22 13:59:02 +08:00
parent abb87e71ed
commit 76444f28cb
12 changed files with 151 additions and 89 deletions
+8
View File
@@ -26,6 +26,10 @@
margin-right: 5px;
}
.m-r-2 {
margin-right: 2px;
}
.m-r-8 {
margin-right: 8px;
}
@@ -67,6 +71,10 @@
flex-direction: column;
}
.gap-5 {
gap: 5px;
}
.relative {
position: relative;
}