付延余
2022-04-11 c3339519b1a471c23160ca02cb51d0afc632afea
营销
1个文件已修改
10 ■■■■■ 已修改文件
src/pages/show/businessPolicy/BusinessPolicy.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/show/businessPolicy/BusinessPolicy.vue
@@ -179,7 +179,7 @@
  position: absolute;
  top: 7.2rem;
  left: 3.3rem;
}
// 状态颜色
.el-table .warning-row {
  background-color: rgba(81, 210, 255, 0.1);
@@ -193,12 +193,10 @@
// }
// .workStatistics-table {
.el-table tr {
  // background-color: rgba(81, 210, 255, 0.1);
  background: transparent;
}
// 头部
.el-table th.el-table__cell {
  // background-color: rgba(1, 68, 117, 1);
  background: transparent;
}
// .el-table__fixed,
@@ -207,7 +205,10 @@
// .el-table__fixed::before {
//   background-color: #51d2ff;
// }
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  .el-table--striped
    .el-table__body
    tr.el-table__row--striped
    td.el-table__cell {
  // background-color: rgba(1, 68, 117, 1);
  background: transparent;
}
@@ -241,6 +242,7 @@
  color: #ffffff;
  line-height: 2.6rem;
}
}
// }
</style>
<style lang="scss" scoped>