1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-27 01:28:28 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-10-17 16:49:37 +08:00
parent 91a538e866
commit 73ee223d22

View File

@ -1,5 +1,6 @@
Volcanos(chat.ONIMPORT, {help: "导入数据", _init: function(can, msg, cb, target) { can.onmotion.clear(can, target) Volcanos(chat.ONIMPORT, {help: "导入数据", _init: function(can, msg, cb, target) { can.onmotion.clear(can, target)
can.ui = can.onlayout.profile(can) can.ui = can.onlayout.profile(can)
can.onimport.layout(can)
can._display_heights = {} can._display_heights = {}
can.onimport[can.Option("scale")||"week"](can, msg) can.onimport[can.Option("scale")||"week"](can, msg)
can.page.style(can, can.ui.project, html.MAX_HEIGHT, can.ui.content.offsetHeight) can.page.style(can, can.ui.project, html.MAX_HEIGHT, can.ui.content.offsetHeight)