From cfee47b1122c070c7a43172d8409c4be802f20e3 Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 23 Mar 2021 17:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddiff=E5=92=8C=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E8=AE=BE=E7=BD=AE=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/diff/index.tsx | 4 ++++ src/pages/setting/index.tsx | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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 }} >