
.withoutVoucher-father{
    height: 100%!important;
    padding: 16px 16px 0 16px!important;

    .u-table-fixed-left{
        display: none;
    }
    .u-table-scroll{
        >div{margin-left:0!important}
    }
    .u-table-content{
        height: 100%;
    }
    .td-cell{
        width:100%!important;
        overflow: hidden!important;
        text-overflow: ellipsis!important;
        white-space: nowrap!important;
    }

    .td-memo {
        width    : 100% !important;
        font-size: 12px;
        word-break: break-all;
        word-wrap: break-word; 
        white-space: pre-wrap;
    }

    td{
        text-overflow: ellipsis!important;
    }
    .u-table-header{
        background: #F4F4F4!important;
    }
    .u-table-body::-webkit-scrollbar{
        // display: none;
    }
    .u-table-tbody{
        >tr{
            >td{
                padding:0!important;
            }
        }
    }
    th{
        background: transparent!important;
    }
    td{
        background: transparent!important;
    }
    tr{
        background: transparent!important;
        border-bottom: 1px solid #E6E6EB!important;
    }
    .selected{
        background-color:rgba(255,140,37,0.2)!important;
    }
    .cell{
        font-size :14px!important;
        color:#333333!important;
        line-height: 22px!important;
    }
    thead{
        tr{
            th{
                .cell;
                background:  #F4F4F4!important ;
                font-weight: 500!important;
            }
        } 
    }
    tbody tr td{
        border-bottom: 1px solid #E6E6EB!important;
        .cell;
    }

    tbody tr td:last-child {
        position: relative !important;

        .quick {
            display        : flex;
            justify-content: center;

            .delete {
                text-align: center !important;
                cursor    : pointer;
            }

            .print {
                text-align: center !important;
                cursor    : pointer;
            }
        }
    }
 
    //子表格
    .withoutVoucher-child{
        tr{
            background: #fff!important;
        }
        .u-table-header{
            thead tr th{
                height: 32px!important;
                padding-top:0px!important;
                padding-bottom:0px!important;
               background: rgba(244,244,244,0.8)!important;
            }
        }
        .u-table-body{
            tr{
                border:none!important;
            }
            tbody tr td{
                border-bottom: none!important;
                background: rgba(244,244,244,0.4)!important;
            }
        }
    }

    .hotRegion {
        width      : 50px;
        height     : 50px;
        line-height: 50px;
        display    : block;
    }
}