From 23e54109c29c8a347051fc31a09d2e5a8b21ae95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaobing=E2=80=99?= Date: Wed, 15 Nov 2023 15:46:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:fix=20=E5=B8=83=E5=B1=80bugs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/service/containers/emPush.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/sections/service/containers/emPush.jsx b/web/client/src/sections/service/containers/emPush.jsx index c623f4d..e530264 100644 --- a/web/client/src/sections/service/containers/emPush.jsx +++ b/web/client/src/sections/service/containers/emPush.jsx @@ -577,7 +577,7 @@ const EmPush = (props) => { onSubmit={(values) => console.log(values)} getFormApi={(formApi) => (form.current = formApi)} layout="horizontal" - style={{ position: "relative", width: "100%", flex: 1 }} + style={{ position: "relative", width: "100%", flex: 1,display:'flex' }} >