完善时间轴数据更新函数;完善图层显示控制函数;修复图例样式显示异常问题;

This commit is contained in:
JIANG
2025-10-16 17:35:39 +08:00
parent fa0970bd79
commit 665160ae65
5 changed files with 589 additions and 308 deletions

View File

@@ -27,7 +27,7 @@ const StyleLegend: React.FC<LegendStyleConfig> = ({
return (
<Box
key={layerId}
className="bg-white p-3 rounded-xl shadow-lg max-w-xs opacity-95 transition-opacity duration-300 hover:opacity-100"
className="bg-white p-3 rounded-xl max-w-xs opacity-95 transition-opacity duration-300 hover:opacity-100"
>
<Typography variant="subtitle2" gutterBottom>
{layerName} - {property}
@@ -71,4 +71,4 @@ const StyleLegend: React.FC<LegendStyleConfig> = ({
};
export default StyleLegend;
export type { LegendStyleConfig };
export type { LegendStyleConfig };