[data-theme="primary1"]{
	
}

[data-theme="primary2"]{
    
}

[data-theme="primary3"]{

}

//表格样式1
.tableStyle-1{
    //设置行高度
    .vxe-body--column,.vxe-footer--column{
        @include linear('bdColor4');
    }
    .vxe-header--row{
        background: linear-gradient(to right,#efeef0,#d0d3d6);
        font-size: 12px;
    }
    .jt-table-class-only .vxe-header--column{
        height:34px !important;
        @include linear('bdColor4');
    }
    //背景色
    .vxe-table .vxe-body--row{
        background-color: transparent;
    }
    /* table斑马线颜色 */
    .vxe-table .vxe-body--row.row--stripe {
        background-color:#dadfe780;;
    }
    //移入颜色
    .vxe-table .vxe-body--row:hover{
        background-color: #a2c2ec80;
    }
    /* table行高亮颜色 */
    .vxe-table.jt-table-class-only .vxe-body--row.row--current{
        background: #b5cff180;
    }
    /* table列高亮颜色 */
    .vxe-table.jt-table-class-only .vxe-body--column.col--current{
        background: #a2c2ec80;
    }
    .jt-table-class-only div{
         @include scrollBarStyle1(6px,6px,#588ccf);
         box-sizing: border-box;
    }
    .vxe-body--row .col--checkbox,
    .vxe-body--row .col--radio{
        background: linear-gradient(#efeef0,#d0d3d6);
        border-right:1px solid;
        @include bd('bdColor4');
    }
    .vxe-body--row .col--seq{
        background: linear-gradient(#efeef0,#d0d3d6);;
    }
    .f-col .vxe-body--column{
        background:linear-gradient(#efeef0,#d0d3d6) !important;
    }
    .h-col div{
        display: none;
    }
}

//表格样式2
.tableStyle-2{
    .vxe-table{
        font-size: 12px;
    }
    //设置行高度
    .vxe-table--header-border-line{
        @include bd('bdColor4');
    }
    .vxe-body--column{
        @include linear('bdColor4');
    }
    .vxe-header--row{
        background: linear-gradient(to right,#f3fcfe,#d5dfe8);
        font-size: 12px;
    }
    .vxe-header--column{
        height:34px !important;
        @include linear('bdColor4');
    }
    /* table斑马线颜色 */
    .vxe-table .vxe-body--row.row--stripe {
        background:#d6ebfd;
    }
    //移入颜色
    .vxe-table .vxe-body--row:hover{
        background: #bbd4ea;
    }
    /* table行高亮颜色 */
    .vxe-table .vxe-body--row.row--current{
        background: #bbd4ea;
    }
    /* table列高亮颜色 */
    .vxe-table .vxe-body--column.col--current{
        background: #bbd4ea;
    }
    .jt-table-class-only div{
         @include scrollBarStyle1(6px,6px,#588ccf);
         box-sizing: border-box;
    }
    .jt-table-class-only .col--checkbox{
        background: linear-gradient(#f3fcfe,#d5dfe8);
        border-right:1px solid;
        border-bottom:1px solid;
        @include bd('bdColor4');
    }
    .jt-table-class-only .col--radio{
        background: linear-gradient(#f3fcfe,#d5dfe8);
        border-right:1px solid;
        @include bd('bdColor4');
    }
    .vxe-body--row .col--seq{
        background: linear-gradient(#f3fcfe,#d5dfe8);
        border-right:1px solid;
        border-bottom:1px solid;
        @include bd('bdColor4');
    }
    .f-col .vxe-body--column{
        background:linear-gradient(#efeef0,#d0d3d6) !important;
    }
    .h-col div{
        display: none;
    }
}

.time-picker{
    .el-time-spinner{
            .el-time-spinner__wrapper:nth-child(2){
            display: none !important;
        }
    }
}