refactor(component): virtual rendering page list (#4775)

Co-authored-by: Joooye_34 <Joooye1991@gmail.com>
This commit is contained in:
Peng Xiao
2023-11-02 22:21:01 +08:00
committed by GitHub
parent a3906bf92b
commit 65321e39cc
33 changed files with 997 additions and 589 deletions
@@ -24,6 +24,6 @@ export const workspaceType = style({
});
export const scrollbar = style({
transform: 'translateX(10px)',
transform: 'translateX(8px)',
width: '4px',
});