.modal .table {
    table-layout: fixed
}

.modal .table td {
    position: relative;
    /*//允许表格内容可选*/
    /*user-select: none;*/
}

.modal .table td .glyphicon-duplicate {
    position: absolute;
    right: 4px;
    top: 12px;
    color: #337ab7;
    font-size: 12px;
    opacity: 0;
    transition: all 200ms;
    z-index: 10;
    cursor: pointer;
}

.modal .table td:hover .glyphicon-duplicate {
    opacity: .8;
}

.table .pointer.glyphicon-duplicate::before {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 12px;
}

td.pr16:hover {
    padding-right: 16px !important;
}

.api-error-body::-webkit-scrollbar {
    width: 4px;
}

.api-error-item {
    border-bottom: 1px solid #ddd
}

.api-error-des, .api-error-title {
    display: flex;
    justify-content: space-between;
    padding: 8px;
}

.api-error-title {
    background-color: rgba(0, 157, 218, 1);
    color: #fff;
}

.api-error-title div {
    padding-left: 0;
}

.api-error-title div:last-child {
    padding-left: 16px;
}

.api-error-more {
    cursor: pointer;
}

.api-error-response {
    display: none;
}
