From 0bbeb481f4b398d3ec4c74e8902433e34e2272e1 Mon Sep 17 00:00:00 2001 From: scarqin Date: Fri, 3 Jan 2025 16:29:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20The=20load=20diagram=20moves=20as=20a=20?= =?UTF-8?q?whole=20to=20the=20left=20so=20that=20the=20main=20content=20is?= =?UTF-8?q?=20in=20the=20middle=20and=20the=20AI=20=E2=80=8B=E2=80=8BServi?= =?UTF-8?q?ces=20icon=20is=20aligned=20to=20the=20left?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/packages/core/src/pages/aiSetting/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/packages/core/src/pages/aiSetting/styles.css b/frontend/packages/core/src/pages/aiSetting/styles.css index 13d5b62b..0311fdf3 100644 --- a/frontend/packages/core/src/pages/aiSetting/styles.css +++ b/frontend/packages/core/src/pages/aiSetting/styles.css @@ -8,6 +8,7 @@ .react-flow__container { width: 100%; height: 100%; + transform: translate(0px, 0px) !important; } .react-flow__renderer {