1
0
forked from x/volcanos
This commit is contained in:
shaoying 2020-09-11 08:19:15 +08:00
parent d5267b6b1f
commit e32478c849

View File

@ -41,7 +41,7 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg,
item.scrollIntoView() item.scrollIntoView()
}}]) }}])
item.onclick = function(event) { item.onclick = function(event) {
ui.first.scrollIntoView() // ui.first.scrollIntoView()
} }
}) })
}, },