This commit is contained in:
freedakgmail
2025-11-30 21:32:39 +08:00
parent 025f2b619f
commit 8a1e03d616
135 changed files with 232 additions and 232 deletions
+1 -1
View File
@@ -687,7 +687,7 @@ const D3OrgChartFlowComponent = forwardRef<D3OrgChartRef, D3OrgChartFlowProps>(
}))
return (
<div className="w-full h-full bg-background rounded-lg border relative" key={`d3-chart-${rootId}`}>
<div className="w-full h-full bg-[url('https://www.transparenttextures.com/patterns/rice-paper.png')] bg-repeat relative" key={`d3-chart-${rootId}`}>
{/* 图表容器 */}
<div
ref={chartRef}