From 67944576547e93da637db5e026dd3a48b7d2ae64 Mon Sep 17 00:00:00 2001 From: cuibaocheng Date: Thu, 29 Jul 2021 12:15:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8A=A8=E6=80=81=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E8=87=AA=E5=8A=A8=E6=8E=92=E7=89=88=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E7=9A=84=E4=BF=9D=E5=AD=98=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/configtable/list-field.html | 8 -------- 1 file changed, 8 deletions(-) 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({