增加动态表单自动排版配置界面的保存回显逻辑
This commit is contained in:
parent
3bf9bffc91
commit
6794457654
@ -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) {
|
function widthChange(data) {
|
||||||
slider.render({
|
slider.render({
|
||||||
|
Loading…
Reference in New Issue
Block a user