update WarnAlert
This commit is contained in:
@@ -36,8 +36,16 @@ export default function Home({ active }) {
|
||||
|
||||
return (
|
||||
<div className="Main">
|
||||
<WarnAlert x={800} y={200} />
|
||||
{active == "窑炉总览" && (
|
||||
<div style={{ position: "fixed", top: "210px", left: "50%", transform: 'translateX(-40%)' }}>
|
||||
<div
|
||||
style={{
|
||||
position: "fixed",
|
||||
top: "210px",
|
||||
left: "50%",
|
||||
transform: "translateX(-40%)",
|
||||
}}
|
||||
>
|
||||
<TimeFireDir />
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user