fix: style

This commit is contained in:
MystiPanda
2024-07-06 00:45:21 +08:00
parent 2cbd998941
commit 9ed138ea2b
2 changed files with 47 additions and 19 deletions

View File

@@ -227,7 +227,8 @@ export const ProxiesEditorViewer = (props: Props) => {
autoComplete="off"
placeholder={t("Use newlines for multiple uri")}
fullWidth
minRows={8}
rows={9}
sx={{ height: "100px" }}
multiline
size="small"
onChange={(e) => setProxyUri(e.target.value)}