From 96b8066f5c7870905469aa759a0215129a8a2ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Wed, 6 Aug 2025 17:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=8C=E7=A7=BB=E9=99=A4=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E9=99=90=E5=88=B6=E5=B9=B6=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=86=85=E8=BE=B9=E8=B7=9D=EF=BC=8C=E4=BB=A5=E6=94=B9=E5=96=84?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E5=92=8C=E5=93=8D=E5=BA=94=E5=BC=8F=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/style/work-flow.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/pages/style/work-flow.css b/components/pages/style/work-flow.css index 2bb7bf9..6c90f6e 100644 --- a/components/pages/style/work-flow.css +++ b/components/pages/style/work-flow.css @@ -4,7 +4,8 @@ border-radius: 12px; flex-direction: column; width: 100%; - max-width: 1200px; + /* max-width: 1200px; */ + padding: 0 3rem; height: calc(100vh - 120px); max-height: 800px; min-height: 600px; @@ -17,6 +18,7 @@ .container-H2sRZG { padding-inline: 10px; max-width: 100%; + padding: 0 1rem; height: calc(100vh - 80px); min-height: 500px; }