增加动态表单自动排版配置界面的保存回显逻辑

This commit is contained in:
cuibaocheng 2021-07-29 12:15:11 +08:00
parent 3bf9bffc91
commit 6794457654

View File

@ -333,14 +333,6 @@
});
});
// 十六进制颜色随机
function color16(){
var rgb='rgb('+Math.floor(Math.random()*255)+','
+Math.floor(Math.random()*255)+','
+Math.floor(Math.random()*255)+')';
return rgb;
}
// 改变宽度
function widthChange(data) {
slider.render({