Files
shgx_tz_vue-sync/src/views/qualityManagement/gp12/touchScreen/main/index.css

20 lines
304 B
CSS
Raw Normal View History

2025-01-02 17:54:39 +08:00
.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;
}