添加国产支持 、 其他样式修改

This commit is contained in:
小潘
2026-06-17 14:12:56 +08:00
parent f1bc500678
commit 68e6e98234
9 changed files with 207 additions and 178 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ export default function RosePieChart({ onSelect, activeIndex, colors }) {
},
series: [{
type: 'pie',
radius: ['20%', '68%'],
radius: ['25%', '75%'],
center: ['50%', '50%'],
startAngle: 90,
padAngle: 3,
@@ -149,7 +149,7 @@ export default function RosePieChart({ onSelect, activeIndex, colors }) {
transition: 'transform 1s cubic-bezier(0.4, 0, 0.2, 1)',
}}
>
<div ref={containerRef} className="w-full h-[520px] md:h-[600px]" />
<div ref={containerRef} className="w-full h-[600px] md:h-[720px]" />
</div>
);
}