feat: auto proxy layout column

This commit is contained in:
GyDi
2022-12-14 15:07:51 +08:00
parent 173f35487e
commit 024db4358b
6 changed files with 69 additions and 40 deletions

View File

@@ -118,6 +118,7 @@ export const ProxyGroups = (props: Props) => {
ref={virtuosoRef}
style={{ height: "100%" }}
totalCount={renderList.length}
increaseViewportBy={256}
itemContent={(index) => (
<ProxyRender
key={renderList[index].key}