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