From 6485509fb97fed3d3cac2a8acd1e145037d2c255 Mon Sep 17 00:00:00 2001 From: zhaobing Date: Fri, 14 Jul 2023 16:31:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=8F=8D=E9=A6=88=E5=9B=BE=E7=89=87+?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E6=95=B0=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/fillion/components/patrolTable.js | 2 +- web/client/src/sections/quanju/containers/footer/build/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/client/src/sections/fillion/components/patrolTable.js b/web/client/src/sections/fillion/components/patrolTable.js index 86790550..efc497de 100644 --- a/web/client/src/sections/fillion/components/patrolTable.js +++ b/web/client/src/sections/fillion/components/patrolTable.js @@ -65,7 +65,7 @@ const DetailForm = (props) => { { - obj.name != 'scenePic' ? + obj.name != 'scenePic' && obj.name != 'handlePic' ? { width: "100%", height: " 33%", marginTop: '3%' }} customize={true}> - {sunonlineproject !== 0 ? : } + {sunonlineproject !== 0 ? : }