/*
.nav-tabs-custom .nav-tabs li {
    font-size: calc(100% * 1.5);
    font-weight: bold;
}

.nav-tabs-custom .nav-tabs li:not(.pull-right) {

}

table{
    font-size: calc(100% * 1.2);
}
.dataTables_wrapper{

}
.dataTables_info,.dataTables_length,.dataTables_paginate,.dataTables_length select{
    font-size: calc(100% * 1.2);
}
!* 选中包含 .dataTables_length 的父级 div *!
div:has(> .dataTables_length) {
    line-height: 1.2;
}

!* 更精确的字体控制 *!
form .form-group {
    font-size: calc(100% * 1.2) !important;
}

form .form-group * {
    font-size: inherit !important;
}
*/
.content .nav-tabs-custom .nav-tabs{
    background: url("/static/images/table-header.png") no-repeat center center !important;
    background-size: cover !important;
}
.nav-tabs-custom{
    border-radius: 5px !important;
}
table th{
    background-color: #EDF1FA !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F5F9FF !important;
}
