fix:按照shadcn_ui对着demo_shadcn对齐

This commit is contained in:
jingyun
2026-06-05 15:04:39 +08:00
parent 9727b906c6
commit c5288f397d
29 changed files with 1425 additions and 642 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ void main() {
await tester.tap(find.text('报告摘要').last);
await tester.pumpAndSettle();
expect(find.text('报告摘要'), findsOneWidget);
expect(find.text('报告摘要'), findsWidgets);
expect(find.text('需求结构'), findsOneWidget);
});
}