diff --git a/src/components/domain/Two/SiteLegend.jsx b/src/components/domain/Two/SiteLegend.jsx
index 8beddb2..dce5fb2 100644
--- a/src/components/domain/Two/SiteLegend.jsx
+++ b/src/components/domain/Two/SiteLegend.jsx
@@ -31,20 +31,13 @@ function SiteLegend() {
style={{ transform: "rotate(180deg)" }}
/>
-
- 感热通量
-
- 异常增加
-
+ 感热通量异常增加
-
- 感热通量
- 异常降低
-
+
感热通量异常降低
);
diff --git a/src/components/domain/Two/index.module.less b/src/components/domain/Two/index.module.less
index cfc3058..566fcc6 100644
--- a/src/components/domain/Two/index.module.less
+++ b/src/components/domain/Two/index.module.less
@@ -1,6 +1,6 @@
.siteLegend :global {
position: absolute;
- width: 200px;
+ width: 230px;
height: 300px;
right: 12px;
bottom: 14px;
@@ -20,6 +20,7 @@
.site-legend-item-name {
font-size: 20px;
font-weight: 700;
+ flex: 1;
}
}
}