update
This commit is contained in:
parent
52f028d806
commit
ca6a1c6ede
@ -1,6 +1,6 @@
|
||||
import { motion, AnimatePresence } from "framer-motion";
|
||||
import { useRef, useEffect, useMemo, useCallback, useState } from "react";
|
||||
import cls from "../index.module.css";
|
||||
// import cls from "../index.module.css";
|
||||
// import SocketContext from '../../../../../store/socket-data-provider';
|
||||
// import TemperatureTop from "../../../../Common/TemperatureTop";
|
||||
import TemperatureBottom from "../../../../Common/TemperatureBottom";
|
||||
@ -86,8 +86,8 @@ function EnterToFloorOne(props) {
|
||||
></motion.div> */}
|
||||
<TemperatureBottom
|
||||
style={{
|
||||
top: "208px",
|
||||
left: "638px",
|
||||
top: "218px",
|
||||
left: "688px",
|
||||
width: "2380px",
|
||||
zIndex: 0,
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user