@media print {
    .dialogEdit {
        margin: 0!important;
        padding: 0 !important;
        width: 100%;
        /* height: 100%; */
        overflow: inherit;
    }
    .el-dialog{
        padding: 0 !important;
        margin: 0!important;
        width: 100%!important;
        /* height: 100%!important; */
        overflow: inherit !important;
        font-size: 14px!important;
    }
    .el-dialog__headerbtn{
        display: none!important;
    }
    .listBox >.el-form-item:first-child{
        display: flex;
    }
    .listBox .topContent  .el-form-item__content div{
        margin-bottom: 15px;
    }
    .listBox .el-input__inner{
        width: 80%!important;
    }
    .outBox {
        margin-top: 10px!important;
    }
    .dialogEdit .lineFlex {
        display: flex;
    }
    .lineFlex .el-form-item{
        flex: 1;
        display: flex;
    }
    .el-form-item__content{
        margin-left: 0!important;
    }
    .el-form-item__label{
        width: 140px!important;
        text-align: right!important;
    }
    .el-dialog__header{
        padding: 10px !important;
        font-size: 16px!important;
    }
    .el-dialog__wrapper{
        overflow: inherit !important;
    }
    .demo-ruleForm .el-form-item{
        margin-bottom: 10px !important;
    }
    .el-dialog__wrapper .el-dialog__body{
        padding-top: 0 !important;
    }
    .outstockplan{
        width: 100% !important;
    }
    .totalRight .el-form-item__content{
        text-align: right !important;
    }
    .el-table tr .is-leaf {
        border-right: 1px solid #EBEEF5;
    }
    .el-table tr td{
        border-top: none !important;
        border-left: none !important;
        border-right: 1px solid #EBEEF5!important;
    } 
    .el-table td, .el-table th{
        border-top: 1px solid #EBEEF5;
        padding: 10px 0;
        text-align: center!important;
    }  
    .el-table th{
        padding: 10px 0;
        border-bottom: 1px solid #EBEEF5;
        text-align: center!important;
    }
    .el-table td, .el-table th.is-leaf{
        border-bottom: 1px solid #EBEEF5;
    }
    .el-table {
        border-left: 1px solid #EBEEF5;
        border-right: 1px solid #EBEEF5;
        border-bottom: none!important;
        border-collapse: collapse!important;
        border-spacing: 0!important;
    }
    table{
        border-right: none!important;
        width: 100%!important;
        border-collapse: collapse!important;
        border-spacing: 0!important;
    }
    table .cell{
        white-space:normal!important;
        word-break:break-all!important;
    }
    
}