涂装车间GP12触摸屏
This commit is contained in:
20
src/views/qualityManagement/gp12/touchScreen/main/index.css
Normal file
20
src/views/qualityManagement/gp12/touchScreen/main/index.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user