/** 天天科技专属样式【表格类】  **/
.avue-crud .el-table th {
  background-color: #efefef;
  border-right: 1px solid #fff !important;
  color: #212121;
  font-size: 12px !important;
}
.avue-crud .el-table td,.elx-table td{
  color:#525252;
}
.avue-crud .el-table__fixed-footer-wrapper tbody td.el-table__cell{
  color:#525252;
}
.el-table th.el-table__cell > .cell{
white-space: nowrap; 
}

.el-table__header .is-group th {
  background-color: #efefef !important;
  color: #212121;
  border-bottom: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
.el-table--border .el-table__cell.el-table-column--selection .cell{
  padding-left: 0;
  padding-right: 0;

}

/* .avue-crud .el-table th:nth-last-child(3){
  border-right: 1px solid #343C41 !important;
} */
/* .avue-crud .el-table th:nth-last-child(2) {
  background-color: #343C41;
  display: none !important;
  border-right: 0px solid #343C41 !important;
  color: #343C41;
  font-size: 12px !important;
} */
/* 销售开票申请选择出库单表格样式 下面三个 */
/* .el-table__row.expanded {
  background-color: #FAFAFA !important;
}

.el-table__row.expanded td {
  background-color: #FAFAFA !important;
} */
.el-table__row--level-1{
  background-color: #E0F4C3 !important;
}
.el-table--striped .el-table__row--level-1 td.el-table__cell{
  background-color: initial !important;
}
.el-table__expanded-cell {
  padding: 0 !important;
}

.el-table__expanded-cell .expandContent {
  padding: 0 !important;
}

.el-table__expanded-cell .expandContent .single {
  background-color: #FFF !important;
  border-bottom: 1px #EFEFEF solid;
  padding-left: 3rem;
  padding-right: 1rem;
}

.el-table__expanded-cell .expandContent .single:last-child {
  border-bottom: none;
}

/* .avue-crud .avue-crud__menu{
	padding-bottom: 0;
} */
.avue-crud-search {
  padding: 1rem;
  padding-bottom: 0;
}

/* .el-table__fixed-body-wrapper > .el-table__body > tbody > .el-table__row .el-dropdown .el-dropdown-selfdefine{
    color: #FFF;
    background: none;
    border: none;
}  */
/* 操作栏样式 */
.cell .el-dropdown span {
  display: inline-block;
  font-size: 12px;
  background-color: #daeaf9;
  color: #13567f;
  padding: 2px 16px;
  border-radius: 16px;
  margin: 4px 0;
  line-height: 24px;
}

.cell .el-dropdown .el-icon-arrow-down:before {
  content: "\25BC";
}

.el-dropdown-menu {
  border-radius: unset;
}

.el-dropdown-menu.el-popper {
  padding: 10px;
  margin-top: -5px;
}

.el-dropdown-menu .el-dropdown-menu__item {
  background-color: #daeaf9;
  border-radius: 2rem;
  margin-bottom: 0.5rem;
}



.el-table--enable-row-transition .el-table__body td {
  padding: 0 !important;
}

/*
 * @description: 分页样式错位
 * @author: TTSCM-SHUTONG 
 * @Date: 2021-06-22 13:47:09
*/
.avue-crud__pagination {
  position: static;
  padding: 4px;
}

/*
 * @description: table上方的提示已选提示去掉
 * @author: TTSCM-SHUTONG 
 * @Date: 2021-06-22 16:25:24
*/
/* .el-tag{
    display: none;
} */

/*
 * @description: 去掉table上面的菜单
 * @author: TTSCM-SHUTONG 
 * @Date: 2021-06-29 13:51:01
*/
/* .avue-crud__menu{
display: none;
} */


/* 表格头部单元格高度 */
.el-table--small td,
.el-table--small th {
  padding: 5px 0;
}

/* 表头居中 */
.el-table th > .cell { 
    text-align: center;
}

/* 表头排序样式重置 */
.el-table .caret-wrapper {
    height: 30px;
}
.el-table .sort-caret.ascending {
    top: 4px;
}
.el-table .sort-caret.descending {
    border-top-color: #C0C4CC;
    bottom: 5px;
}

/* umy-ui-table样式重置 */
.ttscm-e-table {
  width: 100%;
}

.ttscm-e-table .elx-table--header th {
  background-color: #efefef;
  border-right: 1px solid #fff !important;
  color: #212121;
  font-size: 12px !important;
}

.ttscm-e-table .el-tag {
  margin-right: 5px;
  margin-bottom: 0;
}

/* .ttscm-e-table .elx-cell--edit-icon {
  display: none;
} */

.ttscm-e-table .elx-table .elx-header--column {
  height: 38px;
}

.ttscm-e-table .elx-table .elx-body--column {
  height: 34px;
}

.ttscm-e-table .elx-table, .elx-table.size--medium {
    font-size: 12px;
}

.ellipsis-table .el-table__body .el-table__cell .cell > span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ttscm-Contract-table {
  width: 100%;
}

.ttscm-Contract-table .elx-table--header th {
  background-color: #343c41;
  border-right: 1px solid #ebeef5 !important;
  color: #dddfe0;
  font-size: 12px !important;
}

.ttscm-Contract-table .el-tag {
  margin-right: 5px;
  margin-bottom: 0;
}

/* .ttscm-Contract-table .elx-cell--edit-icon {
  display: none;
} */

.ttscm-Contract-table .elx-table, .elx-table.size--medium {
    font-size: 13px;
}

/* 表格悬浮色 */

.el-table__body tr.hover-row > td.el-table__cell, 
.el-table__body tr.hover-row.current-row > td.el-table__cell, 
.el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell, 
.el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell {
  background-color: #eff1f3!important
 }
 .el-table__body tr.row_selected_bg td.el-table__cell {
  background-color: initial!important;
}
 .el-table__body tr.row_selected_bg.hover-row > td.el-table__cell, 
.el-table__body tr.row_selected_bg.hover-row.current-row > td.el-table__cell, 
.el-table__body tr.row_selected_bg.hover-row.el-table__row--striped > td.el-table__cell, 
.el-table__body tr.row_selected_bg.hover-row.el-table__row--striped.current-row > td.el-table__cell {
  background-color: initial!important;
 }
 
 .tableRow {
  margin-left: -10px;
  margin-right: -10px;

}
.tableRow .bb {
  border-bottom: 1px solid rgb(235, 238, 245);
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 100% !important;
}