.myTable{
    .el-table{
        color:$color;
        td,th{
            padding: 8px 0 !important;
        }
        thead.is-group th.el-table__cell,th{
            // --el-fill-color-light:var(#fafafa);
            background: #f0f0f0 !important;
            // @include themeColor("-el-fill-color-light",'hover');
            border-right: 1px solid #d9d9d9 !important;
            
            >.cell{
                color:$color;
                font-weight: initial;
                font-size: 14px;
            }
            
            // &:nth-last-child(1){
            //     border-radius:0 8px 0 0 ;
            //     border-right: none !important;
            // }
        }
        thead tr:nth-of-type(1){
            th:nth-of-type(1){
                border-radius: 8px 0 0 0 ;
            }
            th:nth-last-child(1){
                border-radius:0 8px 0 0 ;
                border-right: none !important;
            }
        }
        .cell{
            line-height: 20px;
            padding-left:10px;
            padding-right:10px;
        }

        &.el-table--mini td{
            padding: 7px 0 !important;
        }
        
        
    }
    .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{
        @include themeColor("background-color",'hover',0.1)
    }

    .el-table td.el-table__cell{
        border-bottom: 1px solid #ebebeb;
    }
    .el-table--border .el-table__cell, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{
        border-right: 1px solid #d9d9d9;
    }
    .el-table--border th.el-table__cell{
        border-bottom: 1px solid #d9d9d9;
    }

    .el-table th.el-table__cell.is-leaf{
        border-bottom: 1px solid #d9d9d9;
    }

    
    .el-table--border, .el-table--group{
        // border: none;
        border: 1px solid #ebebeb;
        border-radius: 8px 8px 0 0;

    }
    .el-table--border {
        border-right: none;
        border-bottom: none;
    }

    


    .el-table .cell{
        font-size: 12px;
    }

    .el-table__column-filter-trigger{
        line-height:20px;
    }
    .el-table .caret-wrapper{
        height: 20px;
    }
    .el-table .sort-caret.ascending{
        top: -1px;
    }
    .el-table .sort-caret.descending{
        bottom: -1px;
    }
    &.gutter .el-table th.gutter{
        background: #fafafa;
        display: table-cell!important;
    }

    .el-table__fixed-right-patch{
        background: #fafafa;
    }
    .tr_error{
        background: #fff0f0;
    }
    .tr_error_hong{
        background: #FEF0F0;
    }
    .tr_error_huang{
        background: #FDF6EC;
    }
}
.myTable_pages{
    text-align:right;
    padding:10px 10px;
}

.myTable2{
    text-align: center;
    table{
        width: 100%;
    }
    th,td{
        padding: 10px 8px;
    }
    td{
        border-bottom: 1px solid #f0f0f0;
        color: $color1;
        font-size: 14px;
    }
    th{
        font-weight: normal;
        background: #fafafa;
        border-bottom: 1px solid #ebebeb;
        color: $color1;
        font-size: 14px;
        &:nth-of-type(1){
            border-radius: 8px 0 0 0 ;
        }
        &:nth-last-child(2){
            border-radius:0 8px 0 0 ;
        }
    }
}

