
[data-v-1f1f476a] .el-table th {
  background-color: #f8f8f9;
  font-weight: bold;
}
[data-v-1f1f476a] .el-table thead {
  color: #515a6e;
  font-weight: 500;
}

/*.el-table{
  border: 1px solid #ccc;
}*/
[data-v-1f1f476a] .el-table__body tr.current-row>td.el-table__cell, .el-table__body tr.selection-row>td.el-table__cell[data-v-1f1f476a] {
  background-color: #beffc5;
}
[data-v-1f1f476a] .el-table .current-row td{
  background: #beffc5;
  color: #101010;
}
[data-v-1f1f476a] .ivu-table .current-row td{
  background: #beffc5;
  color: #101010;
}

/* 移除外层包裹的伪元素边框 */
[data-v-1f1f476a] .el-table::before {
  height: 0 !important;  /* 底部外边框 */
}
[data-v-1f1f476a] .el-table__fixed::before,[data-v-1f1f476a] .el-table__fixed-right::before {
  width: 0 !important;  /* 移除固定列左侧分隔线 */
}

/* 清除带有 border 属性的表格边框 */
[data-v-1f1f476a] .el-table--border,[data-v-1f1f476a] .el-table--group {
  border: none !important;  /* 完全移除外框线 */
}
[data-v-1f1f476a] .el-table td.el-table__cell,[data-v-1f1f476a] .el-table th.el-table__cell {
  border: none !important;  /* 移除单元格所有边框 */
}



/*# sourceMappingURL=132.css.map?v=1764910019039*/