Commit 6b0d2a6f authored by wuhao's avatar wuhao 🎯

aser

parent fa3bab81
...@@ -275,6 +275,9 @@ export default function HomePage() { ...@@ -275,6 +275,9 @@ export default function HomePage() {
<ReactECharts <ReactECharts
style={{ width: "100%", height: "100%", marginTop: -28 }} style={{ width: "100%", height: "100%", marginTop: -28 }}
option={{ option={{
tooltip: {
trigger: "item",
},
xAxis: { xAxis: {
axisLabel: { axisLabel: {
color: "#bbbbbb", color: "#bbbbbb",
...@@ -450,6 +453,9 @@ export default function HomePage() { ...@@ -450,6 +453,9 @@ export default function HomePage() {
<ReactECharts <ReactECharts
style={{ width: "100%", height: "100%", marginTop: -28 }} style={{ width: "100%", height: "100%", marginTop: -28 }}
option={{ option={{
tooltip: {
trigger: "item",
},
xAxis: { xAxis: {
axisLabel: { axisLabel: {
color: "#bbbbbb", color: "#bbbbbb",
......
...@@ -398,7 +398,7 @@ function Threedire() { ...@@ -398,7 +398,7 @@ function Threedire() {
> >
<div className="spread"> <div className="spread">
<span> <span>
{modalprops?.data?.equipmentName}{equpmentNo} {modalprops?.data?.equipmentName}
</span> </span>
<span style={{ color: statusbar[config[equpmentNo]?.status]?.color }}> <span style={{ color: statusbar[config[equpmentNo]?.status]?.color }}>
{statusbar[config[equpmentNo]?.status]?.name} {statusbar[config[equpmentNo]?.status]?.name}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment