perf: Improve proxy list interaction and UI responsiveness

This commit is contained in:
wonfen
2025-02-18 05:54:16 +08:00
parent d29fe4cb6c
commit 31ddccd3e1
4 changed files with 43 additions and 6 deletions

View File

@@ -377,7 +377,7 @@ const ProfilePage = () => {
sx={{
pl: "10px",
pr: "10px",
height: "calc(100% - 68px)",
height: "95%",
overflowY: "auto",
}}
>

View File

@@ -42,7 +42,7 @@ const ProxyPage = () => {
return (
<BasePage
full
contentStyle={{ height: "100%" }}
contentStyle={{ height: "102%" }}
title={t("Proxy Groups")}
header={
<Box display="flex" alignItems="center" gap={1}>