.tablemanager_container {
    display: flex;
    flex-direction: column;
    width: 100vm;
    border: 1px solid #f0f0f0;
    .lack{
        background-color: rgb(255, 255, 0);
        color: rgb(255, 0, 0);
    }
    .ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table{
        margin-left: 0;
    }
    .ant-table.ant-table-bordered > .ant-table-container{
        border: none;
    }
    .ant-table-thead tr th{
        font-weight: 600;
        color:rgba(0,0,0,0.85);
    }
    .ant-btn{
        display: flex;
        align-items: center;
    }
    .clickRowStyle{
        background: #cfe7fd;
    }
    .operate_bar {
        width: 100%;
        height: 60px;
        background-color: white;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        .fast_search {
            height: 60px;
            margin-right: 10px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;

            .title {
                margin-left: 20px;
                margin-right: 5px;
            }
        }
    }

}