fix: admin can not delete own

This commit is contained in:
jialin
2025-10-23 17:09:30 +08:00
parent a815e71bfe
commit bf57290197
12 changed files with 57 additions and 18 deletions
+4
View File
@@ -270,6 +270,10 @@
gap: 16px;
}
.gap-4 {
gap: 4px;
}
.color-white-tertiary {
color: var(--color-white-tertiary);
}