表单模型去掉多个表单图标

This commit is contained in:
lihongyu 2022-10-18 14:50:02 +08:00
parent 130d37e7cd
commit 40b532e959

View File

@ -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"}
]}
]});
]});*/