diff --git a/src/views/DataP/index.vue b/src/views/DataP/index.vue index b430f5d..daa7a1c 100644 --- a/src/views/DataP/index.vue +++ b/src/views/DataP/index.vue @@ -10,7 +10,7 @@
日期:{{ time }}
-零件号
@@ -171,7 +171,7 @@ export default { box-sizing: border-box; padding: 30px; padding-top: 88px; - background: #01082e; + background: #011A23; } .title-wrap { @@ -212,8 +212,7 @@ export default { width: 100%; height: 100%; box-sizing: border-box; - padding: 40px; - padding-top: 90px; + padding: 90px 50px; background: url(../../assets/imgs/data-p/content-bg.png) no-repeat; background-size: 100% 100%; } @@ -258,7 +257,7 @@ export default { text-shadow: 0px 1px 0px #011a23; } .el-table { - background: none; + background: #032028; } /deep/ .el-table .el-table__header-wrapper th { background: none; @@ -356,4 +355,7 @@ export default { /deep/ .el-table--striped .el-table__body tr.el-table__row--striped td { background: rgba(1, 44, 56, 0.7); } +/deep/ .el-progress-bar__outer{ + background: rgba(255, 255, 255, 0.39); +}