diff --git a/src/pages/diff/index.tsx b/src/pages/diff/index.tsx index edbab5cd..795460a2 100644 --- a/src/pages/diff/index.tsx +++ b/src/pages/diff/index.tsx @@ -67,6 +67,10 @@ const Crontab = () => { > {
@@ -103,7 +103,7 @@ const Password = () => { name="username" rules={[{ required: true }]} hasFeedback - style={{ width: 300 }} + style={{ maxWidth: 300 }} > @@ -112,7 +112,7 @@ const Password = () => { name="password" rules={[{ required: true }]} hasFeedback - style={{ width: 300 }} + style={{ maxWidth: 300 }} >