chore: Adjust styles

This commit is contained in:
MystiPanda
2024-03-10 13:19:28 +08:00
parent d3bcf25ef0
commit c65b280020
3 changed files with 10 additions and 9 deletions

View File

@@ -129,7 +129,7 @@ export const ProxyRender = (props: RenderProps) => {
proxy={proxy!}
selected={group.now === proxy?.name}
showType={headState?.showType}
sx={{ py: 0, pl: 1 }}
sx={{ py: 0, pl: 2 }}
onClick={() => onChangeProxy(group, proxy!)}
/>
);