diff --git a/module-config-table/src/main/resources/templates/configtable/list-field.html b/module-config-table/src/main/resources/templates/configtable/list-field.html index b61fcd5..a051543 100644 --- a/module-config-table/src/main/resources/templates/configtable/list-field.html +++ b/module-config-table/src/main/resources/templates/configtable/list-field.html @@ -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({