.el-table {
    --el-table-header-bg-color: #F6FAFF
}

.el-carousel {
    --el-carousel-indicator-height: 6px
}

.el-menu-item:not(.is-disabled):focus {
    background-color: transparent!important
}

.to {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3,102,241,.1);
    border-radius: 23px;
    border: 1px solid #0366F1;
    cursor: pointer;
    font-size: 12px;
    color: #0366f1;
    padding: 3px 5px;
    margin-left: 10px
}

.to img {
    width: 12px;
    height: 12px;
    margin-left: 4px
}
