Files
lingji-work-fe/src/styles/components/pagination.scss

58 lines
1.3 KiB
SCSS
Raw Normal View History

2025-06-28 11:42:54 +08:00
.arco-pagination {
.arco-pagination-list {
.arco-pagination-item {
border-radius: 4px;
border: 1px solid var(--BG-300, #e6e6e8);
2025-08-14 17:42:05 +08:00
font-family: $font-family-manrope-regular;
&-ellipsis {
2025-06-28 11:42:54 +08:00
border: none;
}
&-active {
2025-06-28 11:42:54 +08:00
background-color: transparent;
border: 1px solid var(--Brand-Brand-6, #6d4cfe);
}
}
}
.arco-pagination-options {
.arco-select {
background-color: transparent !important;
2025-06-28 11:42:54 +08:00
border-radius: 4px;
border: 1px solid var(--BG-300, #e6e6e8);
}
}
.arco-pagination-jumper {
&-input {
border-radius: 4px;
border: 1px solid var(--BG-300, #e6e6e8);
}
&-prepend {
2025-08-14 17:42:05 +08:00
color: var(--Text-2, #55585f);
2025-06-28 11:42:54 +08:00
text-align: right;
2025-08-14 17:42:05 +08:00
font-family: $font-family-regular;
2025-06-28 11:42:54 +08:00
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
.arco-input-wrapper {
background-color: transparent !important;
2025-06-28 11:42:54 +08:00
}
}
2025-08-14 17:42:05 +08:00
.arco-pagination-total {
color: var(--Text-2, #55585f);
font-family: $font-family-regular;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
2025-06-28 11:42:54 +08:00
}
.pagination-row {
display: flex;
width: 100%;
padding: 12px 24px 0;
justify-content: flex-end;
align-items: center;
}