Este commit está contenido en:
lb
2024-04-23 09:33:41 +08:00
padre 2996c061dc
commit 15708c0eef
Se han modificado 5 ficheros con 31 adiciones y 13 borrados

Ver fichero

@@ -15,7 +15,7 @@ import { useEffect, useRef } from "react";
import useRefresh from "../../hooks/useRefresh";
import TimeFireDir from "../../components/Common/TimeFireDir";
import WarnAlert from "../../components/Common/WarnAlert";
import WarnAlertList from "../../components/Common/WarnAlert/ListContainer";
export default function Home({ active }) {
useRefresh(true);
@@ -36,7 +36,7 @@ export default function Home({ active }) {
return (
<div className="Main">
<WarnAlert x={800} y={200} />
{active == "窑炉总览" && <WarnAlertList />}
{active == "窑炉总览" && (
<div
style={{