feat:更新表单组件

This commit is contained in:
2025-12-09 10:19:50 +08:00
parent adae2bc558
commit 190963f079
12 changed files with 270 additions and 527 deletions

View File

@@ -47,11 +47,6 @@ class MyApp extends StatelessWidget {
child: child!,
);
},
theme: ThemeData(
fontFamily: 'Inter',
scaffoldBackgroundColor: const Color(0xFFF9FAFB),
primaryColor: const Color(0xFF38BDF8),
),
home: HomePage(),
debugShowCheckedModeBanner: false,
);