.check button {
    height: 28px;
    line-height: 28px;
    min-width: 60px;
    padding: 0 8px;
    border-radius: 4px;
    border-color: transparent;
}

.check button:hover {
    border-color: #1890ff;
    background-color: #fff;
}

.check button:global(.ant-btn-primary) {
    background-color: #e6f7ff;
    color: #1890ff;
    border-color: #e6f7ff;
}

.check button:global {
    border-radius: 0px !important;
}