perf: ui走查问题调整

This commit is contained in:
rd
2025-08-14 17:42:05 +08:00
parent 97f02b1785
commit e173b11750
16 changed files with 150 additions and 68 deletions

View File

@ -3,6 +3,7 @@
.arco-pagination-item {
border-radius: 4px;
border: 1px solid var(--BG-300, #e6e6e8);
font-family: $font-family-manrope-regular;
&-ellipsis {
border: none;
}
@ -26,9 +27,9 @@
border: 1px solid var(--BG-300, #e6e6e8);
}
&-prepend {
color: var(--Text-2, #3c4043);
color: var(--Text-2, #55585f);
text-align: right;
font-family: $font-family-medium;
font-family: $font-family-regular;
font-size: 14px;
font-style: normal;
font-weight: 400;
@ -38,4 +39,12 @@
background-color: transparent;
}
}
.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;
}
}

View File

@ -1,6 +1,6 @@
.arco-table {
@mixin table-cell-text {
color: var(--Text-1, #3C4043);
color: var(--Text-1, #211F24);
font-family: $font-family-regular;
font-size: 14px;
font-style: normal;