diff --git a/.gitignore b/.gitignore index e9dc1e1..dbb03b8 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ findings.md progress.md task_plan.md .agents +*__screenshots__ \ No newline at end of file diff --git a/src/renderer/src/components/export/ExportConfigurationPanel.tsx b/src/renderer/src/components/export/ExportConfigurationPanel.tsx index 02e503a..f6a04d1 100644 --- a/src/renderer/src/components/export/ExportConfigurationPanel.tsx +++ b/src/renderer/src/components/export/ExportConfigurationPanel.tsx @@ -69,7 +69,7 @@ interface ExportConfigurationPanelProps { const sectionClassName = 'mb-6' const sectionTitleClassName = 'mb-3 text-xs font-bold tracking-normal text-foreground' const helperClassName = 'mb-0 mt-2 text-[11px] leading-[17px] text-muted-foreground' -const choicePanelClassName = 'rounded-lg bg-muted p-3' +const choicePanelClassName = 'rounded-md bg-muted/70 p-3' export function ExportConfigurationPanel({ taskCenter, @@ -322,7 +322,7 @@ export function ExportConfigurationPanel({

资源处理

-