chore: n to 1 retrieval (#6839)

This commit is contained in:
zxhlyh
2024-08-01 13:45:18 +08:00
committed by GitHub
parent 792f908afb
commit 9ae88ede12
11 changed files with 59 additions and 96 deletions

View File

@@ -1,5 +1,5 @@
.item {
@apply relative p-4 rounded-xl border border-gray-100 cursor-pointer;
@apply relative rounded-xl border border-gray-100 cursor-pointer;
background-color: #fcfcfd;
}