fix bug
This commit is contained in:
parent
c2474c6e40
commit
75f20f5c47
@ -8,7 +8,7 @@ import styles from "./index.module.less";
|
|||||||
function Legend({ style }) {
|
function Legend({ style }) {
|
||||||
return (
|
return (
|
||||||
<div className={styles.legend} style={{ ...style }}>
|
<div className={styles.legend} style={{ ...style }}>
|
||||||
<div className="legend-title">Temperature anomaly(℃)</div>
|
<div className="legend-title">温度异常(℃)</div>
|
||||||
<div
|
<div
|
||||||
className="colorbar"
|
className="colorbar"
|
||||||
style={{ background: "linear-gradient(to right,#000083,#fff,#830000)" }}
|
style={{ background: "linear-gradient(to right,#000083,#fff,#830000)" }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user