1
0
forked from x/volcanos
This commit is contained in:
shaoying 2022-11-23 18:23:31 +08:00
parent ef5b194859
commit a4736333e9

View File

@ -300,7 +300,7 @@ Volcanos(chat.ONIMPORT, {
can.onimport.process(can, msg, can.ui.display, height, can.ui.display.offsetWidth, function(sub) {
can.page.style(can, sub._output, html.HEIGHT, "", html.MAX_HEIGHT, ""), can.onmotion.delay(can, function() {
can.display_size[can.onexport.keys(can)] = can.base.Max(sub._output.offsetHeight, can.ConfHeight()/2)+html.ACTION_HEIGHT+sub.onexport.statusHeight(sub)
can.page.style(can, sub._output, html.MAX_HEIGHT, can.display_size[can.onexport.keys(can)]-2*html.ACTION_HEIGHT)
can.page.style(can, sub._output, html.MAX_HEIGHT, can.display_size[can.onexport.keys(can)]-html.ACTION_HEIGHT-sub.onexport.statusHeight(sub))
can.onimport.layout(can)
}), sub.onaction.close = function() { can.onmotion.hidden(can, can.ui.display), can.onimport.layout(can) }
})