1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00

opt login

This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-02-23 12:16:17 +08:00
parent d29d97dc19
commit 95aad80057

View File

@ -53,7 +53,7 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg)
}) },
_cmd: function(can, item, next) {
can.base.Copy(item, {
height: can.Conf(html.HEIGHT)-can.Conf(html.MARGIN_Y),
height: can.Conf(html.HEIGHT)-can.Conf(html.MARGIN_Y)+(can.user.isWindows? 17: 0),
width: can.Conf(html.WIDTH)-can.Conf(html.MARGIN_X),
opts: can.misc.Search(can),
})