// @import "../_utils.scss";
// @import "./table.scss";
// @import "./icon.scss";
// @import "./checkbox.scss";
// @import "./spin.scss";
.h-table-child-tr td {
    border-left-width: 0;
}

.h-table-childcontent td.h-table-table-group-expand {
    border-bottom-width: 0;
}

.h-table-header .cur-th {
    display: table-row;
}

.h-table-childcontent .h-table-tiptext {
    position: static;
}

.h-table-row.h-table-row-parent-sum td:first-child .h-table-cell {
    padding-left: 7px;
    padding-right: 7px;
}

.h-table-table-group-expand {
    background-color: transparent !important;
}

.h-table-child-head-ellipsis.h-table-header-childTd .h-table-cell {
    /* 子表表头出现省略号的样式 */
    white-space: nowrap;
    text-overflow: ellipsis
}