From a06bdd45bc68318d5d43fd63da46afe462673ff7 Mon Sep 17 00:00:00 2001
From: liwei
日期:{{ 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); +}