mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-16 23:40:32 +08:00
Revert "feat: imporve the layout of proxies page (#5647)"
This reverts commit 8c1caf8555beaba8b3b9e514f7d8fc60a6368219.
This commit is contained in:
parent
bd2d86fd8f
commit
882f1a2a4a
@ -597,7 +597,6 @@ export const ProxyGroups = (props: Props) => {
|
|||||||
initialScrollTop={scrollPositionRef.current[mode]}
|
initialScrollTop={scrollPositionRef.current[mode]}
|
||||||
computeItemKey={(index) => renderList[index].key}
|
computeItemKey={(index) => renderList[index].key}
|
||||||
itemContent={(index) => (
|
itemContent={(index) => (
|
||||||
<div style={{ paddingRight: 14 }}>
|
|
||||||
<ProxyRender
|
<ProxyRender
|
||||||
key={renderList[index].key}
|
key={renderList[index].key}
|
||||||
item={renderList[index]}
|
item={renderList[index]}
|
||||||
@ -607,7 +606,6 @@ export const ProxyGroups = (props: Props) => {
|
|||||||
onHeadState={onHeadState}
|
onHeadState={onHeadState}
|
||||||
onChangeProxy={handleChangeProxy}
|
onChangeProxy={handleChangeProxy}
|
||||||
/>
|
/>
|
||||||
</div>
|
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
<ScrollTopButton show={showScrollTop} onClick={scrollToTop} />
|
<ScrollTopButton show={showScrollTop} onClick={scrollToTop} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user