加工进度修改颜色
This commit is contained in:
@@ -514,7 +514,23 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
|
.el-form-item{
|
||||||
|
margin-bottom: 22px;
|
||||||
|
}
|
||||||
|
.el-card{
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
span{
|
||||||
|
margin: 10px 0 10px 10px;
|
||||||
|
}
|
||||||
|
.table h4{
|
||||||
|
border: 1px solid transparent;
|
||||||
|
margin: 0;
|
||||||
|
font-weight: normal;
|
||||||
|
width: 100px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
.white{
|
.white{
|
||||||
background-color: ghostwhite;
|
background-color: ghostwhite;
|
||||||
border: 1px solid #1f2d3d;
|
border: 1px solid #1f2d3d;
|
||||||
@@ -544,21 +560,3 @@ export default {
|
|||||||
border: 1px solid #1f2d3d;
|
border: 1px solid #1f2d3d;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style scoped>
|
|
||||||
.el-form-item{
|
|
||||||
margin-bottom: 22px;
|
|
||||||
}
|
|
||||||
.el-card{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
span{
|
|
||||||
margin: 10px 0 10px 10px;
|
|
||||||
}
|
|
||||||
.table h4{
|
|
||||||
border: 1px solid transparent;
|
|
||||||
margin: 0;
|
|
||||||
font-weight: normal;
|
|
||||||
width: 100px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -683,7 +683,23 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
|
.el-form-item{
|
||||||
|
margin-bottom: 22px;
|
||||||
|
}
|
||||||
|
.el-card{
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
span{
|
||||||
|
margin: 10px 0 10px 10px;
|
||||||
|
}
|
||||||
|
.table h4{
|
||||||
|
border: 1px solid transparent;
|
||||||
|
margin: 0;
|
||||||
|
font-weight: normal;
|
||||||
|
width: 100px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
.white{
|
.white{
|
||||||
background-color: ghostwhite;
|
background-color: ghostwhite;
|
||||||
border: 1px solid #1f2d3d;
|
border: 1px solid #1f2d3d;
|
||||||
@@ -708,26 +724,8 @@ export default {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 0px solid white;
|
border: 0px solid white;
|
||||||
}
|
}
|
||||||
.lightgreen{
|
.green{
|
||||||
background-color: lightgreen;
|
background-color: lightgreen;
|
||||||
border: 1px solid #1f2d3d;
|
border: 1px solid #1f2d3d;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style scoped>
|
|
||||||
.el-form-item{
|
|
||||||
margin-bottom: 22px;
|
|
||||||
}
|
|
||||||
.el-card{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
span{
|
|
||||||
margin: 10px 0 10px 10px;
|
|
||||||
}
|
|
||||||
.table h4{
|
|
||||||
border: 1px solid transparent;
|
|
||||||
margin: 0;
|
|
||||||
font-weight: normal;
|
|
||||||
width: 100px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user