Feat: support delete account (#5208)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
KVOJJJin
2024-06-16 10:26:39 +08:00
committed by GitHub
parent d94279ae75
commit c03e6ee41b
14 changed files with 86 additions and 16 deletions

View File

@@ -1,4 +1,9 @@
.modal {
padding: 24px 32px !important;
width: 400px !important;
}
}
.bg {
background: linear-gradient(180deg, rgba(217, 45, 32, 0.05) 0%, rgba(217, 45, 32, 0.00) 24.02%), #F9FAFB;
}