perf: ui走查问题调整
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user