Refactor CreatePushTask component to streamline account and contact selection process. Update styles for layout consistency, enhance user experience with improved step indicators, and simplify state management for selected accounts and contacts.

This commit is contained in:
超级老白兔
2025-11-10 18:08:53 +08:00
parent d940d36123
commit 5a287a42ac
7 changed files with 752 additions and 704 deletions

View File

@@ -2,7 +2,6 @@
display: flex;
height: 100vh;
flex-direction: column;
background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
.container main {