.grid-pagination  {
    height: 44px;
    padding: 0 80px 0 20px;
    background-color: var(--app-color-white);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    color: var(--app-color-gray-100);
    border-top: 1px solid var(--app-color-gray-400);
    .ivu-page {
        height: 25px;
        display: flex;
    }
    .ivu-page-simple-pager {
        pointer-events: none;
        cursor: pointer;
        input {
            border: 0;
        }
    }
    .grid-page-pre-pro {
        transform: rotate(90deg);
    }
    .grid-page-next-pro {
        transform: rotate(-90deg);
    }
    .grid-page-pre-pro,.grid-page-next-pro {
        font-size: 24px;
        margin-top: -2px;
    }
    .ivu-icon {
        font-size: 24px;
        color: var(--app-color-gray-100);
    }
    .grid-pagination__dropdown {
        span {
            color: var(--app-color-black);
            font-weight: 600;
        }
        .ivu-icon {
            margin-left: 15px;
        }
    }
}