Commit 6b0d2a6f authored by wuhao's avatar wuhao 🎯

aser

parent fa3bab81
......@@ -275,6 +275,9 @@ export default function HomePage() {
<ReactECharts
style={{ width: "100%", height: "100%", marginTop: -28 }}
option={{
tooltip: {
trigger: "item",
},
xAxis: {
axisLabel: {
color: "#bbbbbb",
......@@ -450,6 +453,9 @@ export default function HomePage() {
<ReactECharts
style={{ width: "100%", height: "100%", marginTop: -28 }}
option={{
tooltip: {
trigger: "item",
},
xAxis: {
axisLabel: {
color: "#bbbbbb",
......
......@@ -398,7 +398,7 @@ function Threedire() {
>
<div className="spread">
<span>
{modalprops?.data?.equipmentName}{equpmentNo}
{modalprops?.data?.equipmentName}
</span>
<span style={{ color: statusbar[config[equpmentNo]?.status]?.color }}>
{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