From 40b532e9593fbf16dffde0096ab9d7819dfe2e89 Mon Sep 17 00:00:00 2001 From: lihongyu <504404568@qq.com> Date: Tue, 18 Oct 2022 14:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=A8=A1=E5=9E=8B=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E5=A4=9A=E4=B8=AA=E8=A1=A8=E5=8D=95=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../method/data.form/diagram.schema.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/method/data.form/diagram.schema.tpl b/com.actionsoft.apps.coe.pal/method/data.form/diagram.schema.tpl index ba2ecb47..f7f2165c 100644 --- a/com.actionsoft.apps.coe.pal/method/data.form/diagram.schema.tpl +++ b/com.actionsoft.apps.coe.pal/method/data.form/diagram.schema.tpl @@ -27,7 +27,7 @@ Schema.addShape({name:"form", title:"表单",text:"表单", category:"data_form" ]}); /*Forms*/ -Schema.addShape({name:"forms", title:"多个表单", text:"多个表单", category:"data_form", props:{w:100, h:70}, textBlock:{x:"0", y:"h*0.2", w:"w*0.8", h:"h*0.8"},textBlockFinal:{x:"w/2-60", y:"h", w:"120", h:"30"}, +/*Schema.addShape({name:"forms", title:"多个表单", text:"多个表单", category:"data_form", props:{w:100, h:70}, textBlock:{x:"0", y:"h*0.2", w:"w*0.8", h:"h*0.8"},textBlockFinal:{x:"w/2-60", y:"h", w:"120", h:"30"}, anchors:[ {x:"w*0.5", y:"h-h/8"}, {x:"0", y:"h*0.5"}, @@ -61,7 +61,7 @@ Schema.addShape({name:"forms", title:"多个表单", text:"多个表单", catego {action:"line", x:"w*0.8", y:"h*0.8"}, {action:"line", x:"w*0.8", y:"h*0.2"} ]} -]}); +]});*/