.ttk-scm-app-estimate-list{
    width: 100%;
    height: 100%;
    flex: 1;
    overflow: auto;
    display: flex;
    flex-direction: column;
    &-header {
        height: 51px;
        display: flex;
        background: #fff;
        padding: 0 10px;
        &-leftBtn {
            display: flex;
            flex: 1;
            align-items: center;
            .ant-input{
                font-size: 12px
            }
            .ant-select{
                font-size: 12px
            }
            & > span {
                margin-right: 8px;
            }
            & > .mk-select {
                width: 100px;
            }
            & > .ant-calendar-picker {
                width: 100px;
            }
        }
        &-rightBtn {
            display: flex;
            flex: 1;
            align-items: center;
            justify-content: flex-end;
            .btn{
                height: 30px;
                width: 30px;
                border-radius: 5px;
                border: 1px solid #D9D9D9;
            }
            .print{
                &:hover {
                    border: 1px solid #45ACF7;
                }
            }
            .export{
                &:hover {
                    border: 1px solid #00B38A;
                }
            }
        }
    }
    &-container {
        flex: 1;
        display: flex;
        flex-direction: column;
        &-table {
            flex: 1;
        }
        .center{
            text-align: center
        }
        .right{
            text-align: right;
            padding-right: 10px;
        }
    }
}

