This commit is contained in:
baol 2023-11-07 10:41:59 +08:00
parent c2474c6e40
commit 75f20f5c47

View File

@ -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)" }}