shj
2022-04-06 8dc1e8e11137beb5aad4852065d0c36c0d11b230
背景色
已修改2个文件
12 ■■■■■ 文件已修改
src/views/safetyproduction/gojudging.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/new.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/gojudging.vue
@@ -59,6 +59,8 @@
                <template slot-scope="scope">
                  <el-table
                    :data="scope.row.selfDeductionList"
                    border
                    :header-cell-style="{background:'#eef1f6',color:'#606266'}" :cell-style="{background:'#fff',color:'#606266'}"
                  >
                    <el-table-column prop="name" align="center" label="扣分项">
                    </el-table-column>
@@ -218,4 +220,7 @@
.titles {
  font-size: 14px;
}
/deep/ .el-table__expanded-cell{
  background-color: #fff !important;
}
</style>
src/views/safetyproduction/new.vue
@@ -69,7 +69,9 @@
                      type="expand"
                    >
                      <template slot-scope="scope">
                        <el-table :data="scope.row.deductionList"  :cell-style="{background:'#fff',color:'#606266'}">
                        <el-table border :data="scope.row.deductionList"
                        :header-cell-style="{background:'#eef1f6',color:'#606266'}" :cell-style="{background:'#fff',color:'#606266'}"
                        >
                          <el-table-column
                            prop="name"
                            align="center"
@@ -476,4 +478,7 @@
  background-color: #034ea2;
  border: 1px solid #034ea2;
}
/deep/ .el-table__expanded-cell{
  background-color: #fff !important;
}
</style>