Explorar el Código

update

master
lb hace 9 meses
padre
commit
b35cf01fc8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/components/Modules/KilnInner/Center/videoComponents/Floor1To2.jsx

+ 2
- 2
src/components/Modules/KilnInner/Center/videoComponents/Floor1To2.jsx Ver fichero

@@ -51,7 +51,7 @@ function FloorOneToTwo(props) {
<source src="/video/1to2.webm" type="video/mp4" />
</video>

{fireCanPlay && fireDir == "东火" && (
{/* {fireCanPlay && fireDir == "东火" && (
<video
src="/video/fire_top.webm"
muted
@@ -71,7 +71,7 @@ function FloorOneToTwo(props) {
width={3780}
style={{ position: "absolute", top: "-24px", left: "12px" }}
></video>
)}
)} */}

<TemperatureBottom
style={{


Cargando…
Cancelar
Guardar