feature: change password

This commit is contained in:
antv
2026-07-08 13:03:48 +07:00
parent 63764d0718
commit 6056e33ef8
16 changed files with 371 additions and 56 deletions
-3
View File
@@ -106,9 +106,6 @@
@apply min-h-screen flex bg-bg-main;
}
.sidebar {
@apply w-60 h-screen sticky top-0 bg-bg-sidebar border-r border-border-light flex flex-col justify-between shrink-0 shadow-sidebar transition-all duration-300 overflow-hidden;
}
.main-content {
@apply flex-1 flex flex-col min-w-0;