feat: 新增账户管理页面和首页,并为其添加了样式和账户表单组件

This commit is contained in:
2026-01-30 15:58:12 +08:00
parent 5e587837e8
commit 7e97493bdc
4 changed files with 11 additions and 3 deletions

View File

@@ -301,6 +301,13 @@
animation: slideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.accounts-page__modal--fixed {
display: flex;
flex-direction: column;
overflow: hidden;
padding: 0;
}
/* Delete Confirmation */
.accounts-page__delete-confirm {
padding: var(--spacing-xl);