涂装车间GP12触摸屏

This commit is contained in:
2025-01-02 17:54:39 +08:00
parent 058b20ef5a
commit 40676be6d0
28 changed files with 5442 additions and 135 deletions

View File

@@ -0,0 +1,20 @@
.container{
margin: 0;
padding: 10px;
width: 100%;
min-height: 93vh;
background-color: #000d2c;
display: flex;
flex-direction: column;
}
.nav-right{
display: flex;
flex-direction: row;
width: 300px;
}
.text-green{
color: #67C23A;
}
.text-red{
color: red;
}