Browse Source

类型

master
lxc 2 years ago
parent
commit
97662a59fb
  1. 2
      lpro/src/main/webapp/page/visual/js/cfg.js

2
lpro/src/main/webapp/page/visual/js/cfg.js

@ -19,6 +19,7 @@
* 2 柱形图
* 3 仪表盘
* 4 液位图
* 5
* nid=6 地图
* nid=7 临时组合框
* nid=8 状态
@ -93,6 +94,7 @@ var cfg = {
return deg>=360?0:deg;
},
//
elementDragCopyInfo :function(selector){
$(selector).droppable({
activeClass: "ui-state-default",

Loading…
Cancel
Save