.base-apti .ykjs-table input[type="text"],
.base-apti .ykjs-table input[type="number"],
.base-apti .ykjs-table select {
    width: 100%;
}

.base-apti .ykjs-table .btn {
    margin-left: 5px;
}
 
.base-apti-account-list .ykjs-table {
    height: calc(100vh - 250px);
    overflow-y: auto;
}

.base-apti-config-modal {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
}

.base-apti-config-modal .close {
    position: absolute;
    right: 10px; 
    top: 10px;
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
}

.base-apti-config-modal>.title {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.base-apti-fun-list td {
    padding: 4px 5px;
}

.base-apti-fun-list .btn.selected {
    color: #dc3545
}

.base-apti-config-list {
    height: calc(100vh - 250px);
}

.base-apti-config-list .ykjs-table {
    height: 100%;
    overflow-y: auto;
}

.base-apti-config-more {
    margin-bottom: 20px;
    margin-left: 200px;
}

.base-apti-config-more>.row {
    display: flex;
    padding: 4px 0;
}

.base-apti-config-more>.row>.title {
    flex: 1;
}

.base-apti-config-more>.row>.input {
    flex: 2;
}

.base-apti-config-more>.row>.msg {
    flex: 5;
    text-indent: 2rem;
}