perf: 走查问题调整

This commit is contained in:
rd
2025-08-14 16:26:43 +08:00
parent 2d55501b23
commit 97f02b1785
11 changed files with 48 additions and 26 deletions

View File

@ -22,6 +22,18 @@
@include table-cell-text;
font-family: 'PingFangSC-Medium';
}
.arco-table-sorter {
.arco-table-sorter-icon {
.arco-icon {
color: #939499;
}
&-active {
.arco-icon {
color: $color-primary;
}
}
}
}
}
}
}
@ -40,5 +52,15 @@
}
}
}
.arco-scrollbar {
display: flex;
flex-direction: column;
.arco-table-element {
height: 100%;
}
.arco-scrollbar-container{
flex: 1;
}
}
}
}