This commit is contained in:
‘937886381’
2024-09-13 15:47:43 +08:00
parent 6a25d4e30d
commit 696d852cd2
46 changed files with 893 additions and 148 deletions

View File

@@ -94,7 +94,7 @@ function KilnCenter({ onFloorChange }) {
}
onClick={() => onFloorUpdate(4)}
>
窑炉预测
AI预测
</div>
</div>

View File

@@ -2,7 +2,7 @@
transition: all 0.3s ease-out;
cursor: pointer;
user-select: none;
padding: 10px 50px;
padding: 10px 40px;
font-size: 32px;
line-height: 48px;
letter-spacing: 6px;

View File

@@ -1,7 +1,7 @@
/*
* @Author: zhp
* @Date: 2024-08-28 15:27:46
* @LastEditTime: 2024-08-29 09:46:32
* @LastEditTime: 2024-09-12 15:28:17
* @LastEditors: zhp
* @Description:
*/
@@ -47,7 +47,7 @@ function FloorTwoToOne(props) {
left: "0px",
width: "calc(100% - 500px)",
height: "calc(100% - 7px)",
zIndex: -998,
zIndex: 998,
overflow: "clip",
}}
initial={{ opacity: 0 }}
@@ -112,7 +112,7 @@ function FloorTwoToOne(props) {
top: "200px",
left: "652px",
width: "2380px",
zIndex: 10,
zIndex: 9999,
}}
/>
<FeederStatus style={{ left: "680px" }} />