diff --git a/frontend/src/components/audit/FileSelectionDialog.tsx b/frontend/src/components/audit/FileSelectionDialog.tsx index e156379..bf04ff6 100644 --- a/frontend/src/components/audit/FileSelectionDialog.tsx +++ b/frontend/src/components/audit/FileSelectionDialog.tsx @@ -454,21 +454,17 @@ export default function FileSelectionDialog({ - -
- - 选择要审计的文件 -
-
- {excludePatterns && excludePatterns.length > 0 && ( - - 已排除 {excludePatterns.length} 种模式 - - )} -
+ + + 选择要审计的文件 + {excludePatterns && excludePatterns.length > 0 && ( + + 已排除 {excludePatterns.length} 种模式 + + )}