- 资产指标组件中"资产总额"和"资产净额"柱状图宽度从35调整为45 - 负债率指标组件中"资产负债率"柱状图宽度从35调整为60 - 收入指标组件中"收入"柱状图宽度从35调整为60 - 利润指标组件中"利润总额"和"净利润"柱状图宽度从35调整为60
@@ -214,12 +214,12 @@ export function AssetMetrics({ className }: AssetMetricsProps) {
<Bar
dataKey="资产总额"
shape={<AssetTotalBar />}
- barSize={35}
+ barSize={45}
/>
dataKey="资产净额"
shape={<AssetNetBar />}
</BarChart>
</ResponsiveContainer>
@@ -122,7 +122,7 @@ export function DebtRatioMetrics({ className }: DebtRatioMetricsProps) {
dataKey="资产负债率"
shape={<DebtRatioBar />}
+ barSize={60}
@@ -139,7 +139,7 @@ export function IncomeMetrics({ className }: IncomeMetricsProps) {
dataKey="收入"
shape={<ThreeDBar />}
@@ -204,12 +204,12 @@ export function ProfitMetrics({ className }: ProfitMetricsProps) {
dataKey="利润总额"
shape={<ProfitTotalBar />}
dataKey="净利润"
shape={<ProfitNetBar />}