底&顶ok
This commit is contained in:
@@ -4,6 +4,7 @@ import FeederStatus from "../../../../Common/Feeder";
|
||||
import TemperatureBottom from "../../../../Common/TemperatureBottom";
|
||||
import TemperatureTop from "../../../../Common/TemperatureTop";
|
||||
import { useSelector, useDispatch } from "react-redux";
|
||||
import TopColorBlockEnter from "./../../components/TopColorBlockEnter";
|
||||
|
||||
function EnterToFloorOne(props) {
|
||||
const fireInfo = useSelector((state) => state.fireInfo);
|
||||
@@ -70,6 +71,8 @@ function EnterToFloorOne(props) {
|
||||
></video>
|
||||
)} */}
|
||||
|
||||
<TopColorBlockEnter />
|
||||
|
||||
<TemperatureTop
|
||||
style={{
|
||||
top: "218px",
|
||||
|
||||
@@ -61,7 +61,7 @@ function FloorOneToTwo(props) {
|
||||
autoPlay
|
||||
loop
|
||||
width={3700}
|
||||
style={{ position: "absolute", top: "18px", left: "72px" }}
|
||||
style={{ position: "absolute", top: "18px", left: "72px",zIndex: 9 }}
|
||||
></video>
|
||||
)}
|
||||
{fireCanPlay && fireDir == "西火" && (
|
||||
@@ -72,7 +72,7 @@ function FloorOneToTwo(props) {
|
||||
autoPlay
|
||||
loop
|
||||
width={3780}
|
||||
style={{ position: "absolute", top: "-24px", left: "12px" }}
|
||||
style={{ position: "absolute", top: "-24px", left: "12px",zIndex: 9 }}
|
||||
></video>
|
||||
)}
|
||||
|
||||
@@ -82,7 +82,7 @@ function FloorOneToTwo(props) {
|
||||
// left: "638px",
|
||||
left: "690px",
|
||||
width: "2380px",
|
||||
zIndex: 0,
|
||||
zIndex: 10,
|
||||
}}
|
||||
/>
|
||||
<FeederStatus />
|
||||
|
||||
@@ -4,7 +4,7 @@ import FeederStatus from "../../../../Common/Feeder";
|
||||
import TemperatureBottom from "../../../../Common/TemperatureBottom";
|
||||
import TemperatureTop from "../../../../Common/TemperatureTop";
|
||||
import { useSelector, useDispatch } from "react-redux";
|
||||
import { TopColorBlock } from "./../../components/TopColorBlock";
|
||||
import TopColorBlock from "./../../components/TopColorBlock";
|
||||
|
||||
function FloorTwoToOne(props) {
|
||||
const fireInfo = useSelector((state) => state.fireInfo);
|
||||
@@ -59,7 +59,7 @@ function FloorTwoToOne(props) {
|
||||
autoPlay
|
||||
loop
|
||||
width={3800}
|
||||
style={{ position: "absolute", top: "10px", left: "0px" }}
|
||||
style={{ position: "absolute", top: "10px", left: "0px",zIndex: 9, }}
|
||||
></video>
|
||||
)}
|
||||
{fireCanPlay && fireDir == "西火" && (
|
||||
@@ -70,7 +70,7 @@ function FloorTwoToOne(props) {
|
||||
autoPlay
|
||||
loop
|
||||
width={3800}
|
||||
style={{ position: "absolute", top: "-12px", left: "-10px" }}
|
||||
style={{ position: "absolute", top: "-12px", left: "-10px",zIndex: 9, }}
|
||||
></video>
|
||||
)}
|
||||
|
||||
@@ -81,7 +81,7 @@ function FloorTwoToOne(props) {
|
||||
top: "200px",
|
||||
left: "652px",
|
||||
width: "2380px",
|
||||
zIndex: 0,
|
||||
zIndex: 10,
|
||||
}}
|
||||
/>
|
||||
<FeederStatus style={{ left: "680px" }} />
|
||||
|
||||
Reference in New Issue
Block a user