Browse Source

看板样式调整

pull/131/head
liwei 3 years ago
parent
commit
a06bdd45bc
1 changed files with 7 additions and 5 deletions
  1. +7
    -5
      src/views/DataP/index.vue

+ 7
- 5
src/views/DataP/index.vue View File

@ -10,7 +10,7 @@
</p> </p>
<p class="content-title-right">日期{{ time }}</p> <p class="content-title-right">日期{{ time }}</p>
</div> </div>
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%; height:100%;">
<el-table-column prop="OM_WorkOrder-ArtId"> <el-table-column prop="OM_WorkOrder-ArtId">
<template slot="header"> <template slot="header">
<p><span class="code-img" />零件号</p> <p><span class="code-img" />零件号</p>
@ -171,7 +171,7 @@ export default {
box-sizing: border-box; box-sizing: border-box;
padding: 30px; padding: 30px;
padding-top: 88px; padding-top: 88px;
background: #01082e;
background: #011A23;
} }
.title-wrap { .title-wrap {
@ -212,8 +212,7 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 40px;
padding-top: 90px;
padding: 90px 50px;
background: url(../../assets/imgs/data-p/content-bg.png) no-repeat; background: url(../../assets/imgs/data-p/content-bg.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
@ -258,7 +257,7 @@ export default {
text-shadow: 0px 1px 0px #011a23; text-shadow: 0px 1px 0px #011a23;
} }
.el-table { .el-table {
background: none;
background: #032028;
} }
/deep/ .el-table .el-table__header-wrapper th { /deep/ .el-table .el-table__header-wrapper th {
background: none; background: none;
@ -356,4 +355,7 @@ export default {
/deep/ .el-table--striped .el-table__body tr.el-table__row--striped td { /deep/ .el-table--striped .el-table__body tr.el-table__row--striped td {
background: rgba(1, 44, 56, 0.7); background: rgba(1, 44, 56, 0.7);
} }
/deep/ .el-progress-bar__outer{
background: rgba(255, 255, 255, 0.39);
}
</style> </style>

Loading…
Cancel
Save