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;
|
2025-06-28 15:28:54 +08:00
|
|
|
&-ellipsis {
|
2025-06-28 11:42:54 +08:00
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
2025-06-28 15:28:54 +08:00
|
|
|
&-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;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|
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
|
|
|
}
|
2025-08-16 17:01:06 +08:00
|
|
|
.pagination-row {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 12px 24px 0;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|